summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/BubbleTextView.java
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-01-14 15:50:07 -0800
committerMichael Jurka <mikejurka@google.com>2011-01-14 15:50:07 -0800
commit002bd928bf57f21ad8e937ca465a975835e851cb (patch)
treefece13a7de442b27548315d2cbc5758a8ebd6323 /src/com/android/launcher2/BubbleTextView.java
parent2a9e70655f5885549acfdb6e770d2516bc8c87e3 (diff)
downloadandroid_packages_apps_Trebuchet-002bd928bf57f21ad8e937ca465a975835e851cb.tar.gz
android_packages_apps_Trebuchet-002bd928bf57f21ad8e937ca465a975835e851cb.tar.bz2
android_packages_apps_Trebuchet-002bd928bf57f21ad8e937ca465a975835e851cb.zip
renaming CacheableTextView -> CachedTextView
Diffstat (limited to 'src/com/android/launcher2/BubbleTextView.java')
-rw-r--r--src/com/android/launcher2/BubbleTextView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/BubbleTextView.java b/src/com/android/launcher2/BubbleTextView.java
index 9f0e5fb98..f3aa3426d 100644
--- a/src/com/android/launcher2/BubbleTextView.java
+++ b/src/com/android/launcher2/BubbleTextView.java
@@ -37,7 +37,7 @@ import android.view.View;
* because we want to make the bubble taller than the text and TextView's clip is
* too aggressive.
*/
-public class BubbleTextView extends CacheableTextView implements VisibilityChangedBroadcaster {
+public class BubbleTextView extends CachedTextView implements VisibilityChangedBroadcaster {
static final float CORNER_RADIUS = 4.0f;
static final float SHADOW_LARGE_RADIUS = 4.0f;
static final float SHADOW_SMALL_RADIUS = 1.75f;