blob: 314c21f64d51d2dc84d02145666ace4918777a33 [file] [log] [blame]
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001/*
2 * Copyright (C) 2008 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
Daniel Sandler325dc232013-06-05 22:57:57 -040017package com.android.launcher3;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080018
Sunny Goyal70660032015-05-14 00:07:08 -070019import android.annotation.TargetApi;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080020import android.content.Context;
Adam Cohen96bb7982014-07-07 11:58:56 -070021import android.content.res.ColorStateList;
Winson Chung656d11c2010-11-29 17:15:47 -080022import android.content.res.Resources;
Sunny Goyal95abbb32014-08-04 10:53:22 -070023import android.content.res.Resources.Theme;
Adam Cohen96bb7982014-07-07 11:58:56 -070024import android.content.res.TypedArray;
Michael Jurka67b2f6c2010-11-17 12:33:46 -080025import android.graphics.Bitmap;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080026import android.graphics.Canvas;
Michael Jurka137142e2011-01-05 20:57:04 -080027import android.graphics.Region;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080028import android.graphics.drawable.Drawable;
Sunny Goyal70660032015-05-14 00:07:08 -070029import android.os.Build;
Winson Chung656d11c2010-11-29 17:15:47 -080030import android.util.AttributeSet;
Sunny Goyal95abbb32014-08-04 10:53:22 -070031import android.util.SparseArray;
Winson Chung5f8afe62013-08-12 16:19:28 -070032import android.util.TypedValue;
Sunny Goyal508da152014-08-14 10:53:27 -070033import android.view.KeyEvent;
Michael Jurka38b4f7c2010-12-14 16:46:39 -080034import android.view.MotionEvent;
Jason Monk02dd7ae2014-04-15 15:23:31 -040035import android.view.ViewConfiguration;
Sunny Goyal4b6eb262015-05-14 19:24:40 -070036import android.view.ViewParent;
Michael Jurkabdb5c532011-02-01 15:05:06 -080037import android.widget.TextView;
Sunny Goyal34b65272015-03-11 16:56:52 -070038import com.android.launcher3.IconCache.IconLoadRequest;
Hyunyoung Song2bd3d7d2015-05-21 13:04:53 -070039import com.android.launcher3.model.PackageItemInfo;
Sunny Goyal34b65272015-03-11 16:56:52 -070040
The Android Open Source Project31dd5032009-03-03 19:32:27 -080041/**
42 * TextView that draws a bubble behind the text. We cannot use a LineBackgroundSpan
43 * because we want to make the bubble taller than the text and TextView's clip is
44 * too aggressive.
45 */
Michael Jurka08ee7702011-08-11 16:53:35 -070046public class BubbleTextView extends TextView {
Sunny Goyal95abbb32014-08-04 10:53:22 -070047
Sameer Padala8fd74832014-09-08 16:00:29 -070048 private static SparseArray<Theme> sPreloaderThemes = new SparseArray<Theme>(2);
Sunny Goyal95abbb32014-08-04 10:53:22 -070049
Sunny Goyal508da152014-08-14 10:53:27 -070050 private static final float SHADOW_LARGE_RADIUS = 4.0f;
51 private static final float SHADOW_SMALL_RADIUS = 1.75f;
52 private static final float SHADOW_Y_OFFSET = 2.0f;
53 private static final int SHADOW_LARGE_COLOUR = 0xDD000000;
54 private static final int SHADOW_SMALL_COLOUR = 0xCC000000;
Winson Chung656d11c2010-11-29 17:15:47 -080055 static final float PADDING_V = 3.0f;
56
Sunny Goyaldfaccf62015-05-11 16:30:44 -070057 private static final int DISPLAY_WORKSPACE = 0;
58 private static final int DISPLAY_ALL_APPS = 1;
59
Winson Chungb745afb2015-03-02 11:51:23 -080060 private Drawable mIcon;
Sunny Goyal71b5c0b2015-01-08 16:59:04 -080061 private final Drawable mBackground;
62 private final CheckLongPressHelper mLongPressHelper;
63 private final HolographicOutlineHelper mOutlineHelper;
Mady Melloref044dd2015-06-02 15:35:07 -070064 private final StylusEventHelper mStylusEventHelper;
Sunny Goyal71b5c0b2015-01-08 16:59:04 -080065
Sunny Goyal71b5c0b2015-01-08 16:59:04 -080066 private boolean mBackgroundSizeChanged;
67
Sunny Goyal508da152014-08-14 10:53:27 -070068 private Bitmap mPressedBackground;
Michael Jurka38b4f7c2010-12-14 16:46:39 -080069
Jason Monk02dd7ae2014-04-15 15:23:31 -040070 private float mSlop;
71
Winson Chung93f98ea2015-03-10 16:28:47 -070072 private final boolean mDeferShadowGenerationOnTouch;
Sunny Goyal15872da2014-07-08 15:43:54 -070073 private final boolean mCustomShadowsEnabled;
Winson Chungb745afb2015-03-02 11:51:23 -080074 private final boolean mLayoutHorizontal;
75 private final int mIconSize;
Winson Chungb745afb2015-03-02 11:51:23 -080076 private int mTextColor;
Winson Chung5f8afe62013-08-12 16:19:28 -070077
Michael Jurkaddd62e92011-02-16 17:49:14 -080078 private boolean mStayPressed;
Sunny Goyal508da152014-08-14 10:53:27 -070079 private boolean mIgnorePressedStateChange;
Sunny Goyal69b75642015-05-15 17:00:24 -070080 private boolean mDisableRelayout = false;
Chris Wrenaeff7ea2014-02-14 16:59:24 -050081
Sunny Goyal34b65272015-03-11 16:56:52 -070082 private IconLoadRequest mIconLoadRequest;
83
The Android Open Source Project31dd5032009-03-03 19:32:27 -080084 public BubbleTextView(Context context) {
Adam Cohen96bb7982014-07-07 11:58:56 -070085 this(context, null, 0);
The Android Open Source Project31dd5032009-03-03 19:32:27 -080086 }
87
88 public BubbleTextView(Context context, AttributeSet attrs) {
Adam Cohen96bb7982014-07-07 11:58:56 -070089 this(context, attrs, 0);
The Android Open Source Project31dd5032009-03-03 19:32:27 -080090 }
91
92 public BubbleTextView(Context context, AttributeSet attrs, int defStyle) {
93 super(context, attrs, defStyle);
Winson Chungb745afb2015-03-02 11:51:23 -080094 LauncherAppState app = LauncherAppState.getInstance();
Adam Cohen2e6da152015-05-06 11:42:25 -070095 DeviceProfile grid = ((Launcher) context).getDeviceProfile();
Adam Cohen96bb7982014-07-07 11:58:56 -070096
Adam Cohen96bb7982014-07-07 11:58:56 -070097 TypedArray a = context.obtainStyledAttributes(attrs,
98 R.styleable.BubbleTextView, defStyle, 0);
Adam Cohen96bb7982014-07-07 11:58:56 -070099 mCustomShadowsEnabled = a.getBoolean(R.styleable.BubbleTextView_customShadows, true);
Winson Chungb745afb2015-03-02 11:51:23 -0800100 mLayoutHorizontal = a.getBoolean(R.styleable.BubbleTextView_layoutHorizontal, false);
Winson Chung93f98ea2015-03-10 16:28:47 -0700101 mDeferShadowGenerationOnTouch =
102 a.getBoolean(R.styleable.BubbleTextView_deferShadowGeneration, false);
Sunny Goyaldfaccf62015-05-11 16:30:44 -0700103
104 int display = a.getInteger(R.styleable.BubbleTextView_iconDisplay, DISPLAY_WORKSPACE);
105 int defaultIconSize = grid.iconSizePx;
106 if (display == DISPLAY_WORKSPACE) {
Winson Chung44d0aac2015-05-11 18:02:55 -0700107 setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.iconTextSizePx);
Sunny Goyaldfaccf62015-05-11 16:30:44 -0700108 } else if (display == DISPLAY_ALL_APPS) {
Winson Chung44d0aac2015-05-11 18:02:55 -0700109 setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.allAppsIconTextSizePx);
Sunny Goyaldfaccf62015-05-11 16:30:44 -0700110 defaultIconSize = grid.allAppsIconSizePx;
111 }
112
113 mIconSize = a.getDimensionPixelSize(R.styleable.BubbleTextView_iconSizeOverride,
114 defaultIconSize);
115
Adam Cohen96bb7982014-07-07 11:58:56 -0700116 a.recycle();
117
Sunny Goyal15872da2014-07-08 15:43:54 -0700118 if (mCustomShadowsEnabled) {
119 // Draw the background itself as the parent is drawn twice.
120 mBackground = getBackground();
121 setBackground(null);
122 } else {
123 mBackground = null;
124 }
Winson Chungb745afb2015-03-02 11:51:23 -0800125
Sunny Goyal71b5c0b2015-01-08 16:59:04 -0800126 mLongPressHelper = new CheckLongPressHelper(this);
Mady Melloref044dd2015-06-02 15:35:07 -0700127 mStylusEventHelper = new StylusEventHelper(this);
Sunny Goyal71b5c0b2015-01-08 16:59:04 -0800128
129 mOutlineHelper = HolographicOutlineHelper.obtain(getContext());
130 if (mCustomShadowsEnabled) {
131 setShadowLayer(SHADOW_LARGE_RADIUS, 0.0f, SHADOW_Y_OFFSET, SHADOW_LARGE_COLOUR);
132 }
133
134 setAccessibilityDelegate(LauncherAppState.getInstance().getAccessibilityDelegate());
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800135 }
136
Sunny Goyaldfaccf62015-05-11 16:30:44 -0700137 public void applyFromShortcutInfo(ShortcutInfo info, IconCache iconCache) {
138 applyFromShortcutInfo(info, iconCache, false);
Winson Chung5f8afe62013-08-12 16:19:28 -0700139 }
140
Sunny Goyalc5c60ad2014-07-14 12:02:01 -0700141 public void applyFromShortcutInfo(ShortcutInfo info, IconCache iconCache,
Sunny Goyaldfaccf62015-05-11 16:30:44 -0700142 boolean promiseStateChanged) {
Michael Jurka67b2f6c2010-11-17 12:33:46 -0800143 Bitmap b = info.getIcon(iconCache);
144
Sunny Goyalc5c60ad2014-07-14 12:02:01 -0700145 FastBitmapDrawable iconDrawable = Utilities.createIconDrawable(b);
Sunny Goyal1a745e82014-10-02 15:58:31 -0700146 iconDrawable.setGhostModeEnabled(info.isDisabled != 0);
Sunny Goyalc5c60ad2014-07-14 12:02:01 -0700147
Sunny Goyaldfaccf62015-05-11 16:30:44 -0700148 setIcon(iconDrawable, mIconSize);
Kenny Guyc2bd8102014-06-30 12:30:31 +0100149 if (info.contentDescription != null) {
150 setContentDescription(info.contentDescription);
151 }
Sunny Goyal508da152014-08-14 10:53:27 -0700152 setText(info.title);
Michael Jurka67b2f6c2010-11-17 12:33:46 -0800153 setTag(info);
Sunny Goyal34846382014-07-09 00:09:28 -0700154
Sunny Goyal34942622014-08-29 17:20:55 -0700155 if (promiseStateChanged || info.isPromise()) {
156 applyState(promiseStateChanged);
Chris Wrenaeff7ea2014-02-14 16:59:24 -0500157 }
Michael Jurka67b2f6c2010-11-17 12:33:46 -0800158 }
159
Sunny Goyal508da152014-08-14 10:53:27 -0700160 public void applyFromApplicationInfo(AppInfo info) {
Sunny Goyaldfaccf62015-05-11 16:30:44 -0700161 setIcon(Utilities.createIconDrawable(info.iconBitmap), mIconSize);
Sunny Goyal508da152014-08-14 10:53:27 -0700162 setText(info.title);
163 if (info.contentDescription != null) {
164 setContentDescription(info.contentDescription);
165 }
Winson Chung888b3a12015-03-13 11:14:16 -0700166 // We don't need to check the info since it's not a ShortcutInfo
167 super.setTag(info);
Sunny Goyal34b65272015-03-11 16:56:52 -0700168
169 // Verify high res immediately
170 verifyHighRes();
Sunny Goyal508da152014-08-14 10:53:27 -0700171 }
172
Sunny Goyal0e08f162015-05-12 11:32:39 -0700173 public void applyFromPackageItemInfo(PackageItemInfo info) {
174 setIcon(Utilities.createIconDrawable(info.iconBitmap), mIconSize);
175 setText(info.title);
176 if (info.contentDescription != null) {
177 setContentDescription(info.contentDescription);
178 }
179 // We don't need to check the info since it's not a ShortcutInfo
180 super.setTag(info);
181
182 // Verify high res immediately
183 verifyHighRes();
184 }
185
186
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800187 @Override
188 protected boolean setFrame(int left, int top, int right, int bottom) {
Michael Jurka8b805b12012-04-18 14:23:14 -0700189 if (getLeft() != left || getRight() != right || getTop() != top || getBottom() != bottom) {
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800190 mBackgroundSizeChanged = true;
191 }
192 return super.setFrame(left, top, right, bottom);
193 }
194
195 @Override
196 protected boolean verifyDrawable(Drawable who) {
197 return who == mBackground || super.verifyDrawable(who);
198 }
199
200 @Override
Michael Jurka816474f2012-06-25 14:49:02 -0700201 public void setTag(Object tag) {
202 if (tag != null) {
203 LauncherModel.checkItemInfo((ItemInfo) tag);
204 }
205 super.setTag(tag);
206 }
207
208 @Override
Sunny Goyal508da152014-08-14 10:53:27 -0700209 public void setPressed(boolean pressed) {
210 super.setPressed(pressed);
211
212 if (!mIgnorePressedStateChange) {
213 updateIconState();
Michael Jurka38b4f7c2010-12-14 16:46:39 -0800214 }
Sunny Goyal508da152014-08-14 10:53:27 -0700215 }
Michael Jurka38b4f7c2010-12-14 16:46:39 -0800216
Winson Chungb745afb2015-03-02 11:51:23 -0800217 /** Returns the icon for this view. */
218 public Drawable getIcon() {
219 return mIcon;
220 }
221
222 /** Returns whether the layout is horizontal. */
223 public boolean isLayoutHorizontal() {
224 return mLayoutHorizontal;
225 }
226
Sunny Goyal508da152014-08-14 10:53:27 -0700227 private void updateIconState() {
Winson Chungb745afb2015-03-02 11:51:23 -0800228 if (mIcon instanceof FastBitmapDrawable) {
229 ((FastBitmapDrawable) mIcon).setPressed(isPressed() || mStayPressed);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800230 }
Michael Jurka38b4f7c2010-12-14 16:46:39 -0800231 }
232
233 @Override
234 public boolean onTouchEvent(MotionEvent event) {
235 // Call the superclass onTouchEvent first, because sometimes it changes the state to
236 // isPressed() on an ACTION_UP
237 boolean result = super.onTouchEvent(event);
238
Mady Melloref044dd2015-06-02 15:35:07 -0700239 // Check for a stylus button press, if it occurs cancel any long press checks.
240 if (mStylusEventHelper.checkAndPerformStylusEvent(event)) {
241 mLongPressHelper.cancelLongPress();
242 result = true;
243 }
244
Michael Jurka38b4f7c2010-12-14 16:46:39 -0800245 switch (event.getAction()) {
246 case MotionEvent.ACTION_DOWN:
Sunny Goyal508da152014-08-14 10:53:27 -0700247 // So that the pressed outline is visible immediately on setStayPressed(),
Michael Jurka38b4f7c2010-12-14 16:46:39 -0800248 // we pre-create it on ACTION_DOWN (it takes a small but perceptible amount of time
249 // to create it)
Winson Chung93f98ea2015-03-10 16:28:47 -0700250 if (!mDeferShadowGenerationOnTouch && mPressedBackground == null) {
Sunny Goyal508da152014-08-14 10:53:27 -0700251 mPressedBackground = mOutlineHelper.createMediumDropShadow(this);
Michael Jurka38b4f7c2010-12-14 16:46:39 -0800252 }
Winson Chung88f33452012-02-23 15:23:44 -0800253
Mady Melloref044dd2015-06-02 15:35:07 -0700254 // If we're in a stylus button press, don't check for long press.
255 if (!mStylusEventHelper.inStylusButtonPressed()) {
256 mLongPressHelper.postCheckForLongPress();
257 }
Michael Jurka38b4f7c2010-12-14 16:46:39 -0800258 break;
259 case MotionEvent.ACTION_CANCEL:
260 case MotionEvent.ACTION_UP:
261 // If we've touched down and up on an item, and it's still not "pressed", then
262 // destroy the pressed outline
263 if (!isPressed()) {
Sunny Goyal508da152014-08-14 10:53:27 -0700264 mPressedBackground = null;
Michael Jurka38b4f7c2010-12-14 16:46:39 -0800265 }
Winson Chung88f33452012-02-23 15:23:44 -0800266
267 mLongPressHelper.cancelLongPress();
Michael Jurka38b4f7c2010-12-14 16:46:39 -0800268 break;
Jason Monk02dd7ae2014-04-15 15:23:31 -0400269 case MotionEvent.ACTION_MOVE:
270 if (!Utilities.pointInView(this, event.getX(), event.getY(), mSlop)) {
271 mLongPressHelper.cancelLongPress();
272 }
273 break;
Michael Jurka38b4f7c2010-12-14 16:46:39 -0800274 }
275 return result;
276 }
277
Michael Jurkaddd62e92011-02-16 17:49:14 -0800278 void setStayPressed(boolean stayPressed) {
279 mStayPressed = stayPressed;
280 if (!stayPressed) {
Sunny Goyal508da152014-08-14 10:53:27 -0700281 mPressedBackground = null;
Winson Chung93f98ea2015-03-10 16:28:47 -0700282 } else {
283 if (mPressedBackground == null) {
284 mPressedBackground = mOutlineHelper.createMediumDropShadow(this);
285 }
Michael Jurkaddd62e92011-02-16 17:49:14 -0800286 }
Sunny Goyal508da152014-08-14 10:53:27 -0700287
288 // Only show the shadow effect when persistent pressed state is set.
Sunny Goyal4b6eb262015-05-14 19:24:40 -0700289 ViewParent parent = getParent();
290 if (parent != null && parent.getParent() instanceof BubbleTextShadowHandler) {
291 ((BubbleTextShadowHandler) parent.getParent()).setPressedIcon(
292 this, mPressedBackground);
Sunny Goyal508da152014-08-14 10:53:27 -0700293 }
294
295 updateIconState();
Patrick Dubroy3499d8c2011-03-10 17:17:23 -0800296 }
297
Sunny Goyal508da152014-08-14 10:53:27 -0700298 void clearPressedBackground() {
299 setPressed(false);
300 setStayPressed(false);
301 }
302
303 @Override
304 public boolean onKeyDown(int keyCode, KeyEvent event) {
305 if (super.onKeyDown(keyCode, event)) {
306 // Pre-create shadow so show immediately on click.
307 if (mPressedBackground == null) {
308 mPressedBackground = mOutlineHelper.createMediumDropShadow(this);
Adam Cohen76fc0852011-06-17 13:26:23 -0700309 }
Sunny Goyal508da152014-08-14 10:53:27 -0700310 return true;
Patrick Dubroyd69e1132011-03-15 10:29:01 -0700311 }
Sunny Goyal508da152014-08-14 10:53:27 -0700312 return false;
Patrick Dubroy3499d8c2011-03-10 17:17:23 -0800313 }
314
Sunny Goyal508da152014-08-14 10:53:27 -0700315 @Override
316 public boolean onKeyUp(int keyCode, KeyEvent event) {
317 // Unlike touch events, keypress event propagate pressed state change immediately,
318 // without waiting for onClickHandler to execute. Disable pressed state changes here
319 // to avoid flickering.
320 mIgnorePressedStateChange = true;
321 boolean result = super.onKeyUp(keyCode, event);
Winson Chung1e9cbfe2011-09-30 16:52:26 -0700322
Sunny Goyal508da152014-08-14 10:53:27 -0700323 mPressedBackground = null;
324 mIgnorePressedStateChange = false;
325 updateIconState();
326 return result;
Michael Jurkaddd62e92011-02-16 17:49:14 -0800327 }
Patrick Dubroya017c032011-03-09 15:58:32 -0800328
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800329 @Override
330 public void draw(Canvas canvas) {
Adam Cohen96bb7982014-07-07 11:58:56 -0700331 if (!mCustomShadowsEnabled) {
Adam Cohen477828c2013-09-20 12:05:49 -0700332 super.draw(canvas);
333 return;
334 }
335
Michael Jurkabdb5c532011-02-01 15:05:06 -0800336 final Drawable background = mBackground;
337 if (background != null) {
Michael Jurka8b805b12012-04-18 14:23:14 -0700338 final int scrollX = getScrollX();
339 final int scrollY = getScrollY();
Winson Chung88127032010-12-13 12:11:33 -0800340
Michael Jurkabdb5c532011-02-01 15:05:06 -0800341 if (mBackgroundSizeChanged) {
Michael Jurka8b805b12012-04-18 14:23:14 -0700342 background.setBounds(0, 0, getRight() - getLeft(), getBottom() - getTop());
Michael Jurkabdb5c532011-02-01 15:05:06 -0800343 mBackgroundSizeChanged = false;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800344 }
Michael Jurkabdb5c532011-02-01 15:05:06 -0800345
346 if ((scrollX | scrollY) == 0) {
347 background.draw(canvas);
348 } else {
349 canvas.translate(scrollX, scrollY);
350 background.draw(canvas);
351 canvas.translate(-scrollX, -scrollY);
352 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800353 }
Andrew Flynn0dca1ec2012-02-29 13:33:22 -0800354
355 // If text is transparent, don't draw any shadow
Andrew Flynnbc239a12012-03-06 11:39:49 -0800356 if (getCurrentTextColor() == getResources().getColor(android.R.color.transparent)) {
Andrew Flynn0dca1ec2012-02-29 13:33:22 -0800357 getPaint().clearShadowLayer();
358 super.draw(canvas);
359 return;
360 }
361
Michael Jurkabdb5c532011-02-01 15:05:06 -0800362 // We enhance the shadow by drawing the shadow twice
Michael Jurkae7e3f6c2011-02-01 21:08:29 -0800363 getPaint().setShadowLayer(SHADOW_LARGE_RADIUS, 0.0f, SHADOW_Y_OFFSET, SHADOW_LARGE_COLOUR);
Michael Jurkabdb5c532011-02-01 15:05:06 -0800364 super.draw(canvas);
365 canvas.save(Canvas.CLIP_SAVE_FLAG);
Michael Jurka8b805b12012-04-18 14:23:14 -0700366 canvas.clipRect(getScrollX(), getScrollY() + getExtendedPaddingTop(),
367 getScrollX() + getWidth(),
368 getScrollY() + getHeight(), Region.Op.INTERSECT);
Michael Jurkae7e3f6c2011-02-01 21:08:29 -0800369 getPaint().setShadowLayer(SHADOW_SMALL_RADIUS, 0.0f, 0.0f, SHADOW_SMALL_COLOUR);
Michael Jurkabdb5c532011-02-01 15:05:06 -0800370 super.draw(canvas);
371 canvas.restore();
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800372 }
Joe Onorato9c1289c2009-08-17 11:03:03 -0400373
374 @Override
375 protected void onAttachedToWindow() {
376 super.onAttachedToWindow();
Sunny Goyal95abbb32014-08-04 10:53:22 -0700377
Winson Chung656d11c2010-11-29 17:15:47 -0800378 if (mBackground != null) mBackground.setCallback(this);
Sunny Goyal95abbb32014-08-04 10:53:22 -0700379
Winson Chungb745afb2015-03-02 11:51:23 -0800380 if (mIcon instanceof PreloadIconDrawable) {
381 ((PreloadIconDrawable) mIcon).applyPreloaderTheme(getPreloaderTheme());
Sunny Goyal95abbb32014-08-04 10:53:22 -0700382 }
Jason Monk02dd7ae2014-04-15 15:23:31 -0400383 mSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop();
Joe Onorato9c1289c2009-08-17 11:03:03 -0400384 }
385
386 @Override
387 protected void onDetachedFromWindow() {
388 super.onDetachedFromWindow();
Winson Chung656d11c2010-11-29 17:15:47 -0800389 if (mBackground != null) mBackground.setCallback(null);
Joe Onorato9c1289c2009-08-17 11:03:03 -0400390 }
Winson Chungaffd7b42010-08-20 15:11:56 -0700391
Adam Cohen477828c2013-09-20 12:05:49 -0700392 @Override
393 public void setTextColor(int color) {
394 mTextColor = color;
395 super.setTextColor(color);
396 }
397
Adam Cohen96bb7982014-07-07 11:58:56 -0700398 @Override
399 public void setTextColor(ColorStateList colors) {
400 mTextColor = colors.getDefaultColor();
401 super.setTextColor(colors);
Adam Cohen477828c2013-09-20 12:05:49 -0700402 }
403
Winson Chung5f8afe62013-08-12 16:19:28 -0700404 public void setTextVisibility(boolean visible) {
405 Resources res = getResources();
406 if (visible) {
Adam Cohen477828c2013-09-20 12:05:49 -0700407 super.setTextColor(mTextColor);
Winson Chung5f8afe62013-08-12 16:19:28 -0700408 } else {
Adam Cohen477828c2013-09-20 12:05:49 -0700409 super.setTextColor(res.getColor(android.R.color.transparent));
Winson Chung5f8afe62013-08-12 16:19:28 -0700410 }
Winson Chung5f8afe62013-08-12 16:19:28 -0700411 }
412
Winson Chungaffd7b42010-08-20 15:11:56 -0700413 @Override
Winson Chung88f33452012-02-23 15:23:44 -0800414 public void cancelLongPress() {
415 super.cancelLongPress();
416
417 mLongPressHelper.cancelLongPress();
418 }
Chris Wrenaeff7ea2014-02-14 16:59:24 -0500419
Sunny Goyal34942622014-08-29 17:20:55 -0700420 public void applyState(boolean promiseStateChanged) {
Sunny Goyale755d462014-07-22 13:48:29 -0700421 if (getTag() instanceof ShortcutInfo) {
Chris Wren40c5ed32014-06-24 18:24:23 -0400422 ShortcutInfo info = (ShortcutInfo) getTag();
Sunny Goyal34942622014-08-29 17:20:55 -0700423 final boolean isPromise = info.isPromise();
424 final int progressLevel = isPromise ?
425 ((info.hasStatusFlag(ShortcutInfo.FLAG_INSTALL_SESSION_ACTIVE) ?
426 info.getInstallProgress() : 0)) : 100;
Sunny Goyale755d462014-07-22 13:48:29 -0700427
Winson Chungb745afb2015-03-02 11:51:23 -0800428 if (mIcon != null) {
Sunny Goyale755d462014-07-22 13:48:29 -0700429 final PreloadIconDrawable preloadDrawable;
Winson Chungb745afb2015-03-02 11:51:23 -0800430 if (mIcon instanceof PreloadIconDrawable) {
431 preloadDrawable = (PreloadIconDrawable) mIcon;
Sunny Goyale755d462014-07-22 13:48:29 -0700432 } else {
Winson Chungb745afb2015-03-02 11:51:23 -0800433 preloadDrawable = new PreloadIconDrawable(mIcon, getPreloaderTheme());
Sunny Goyaldfaccf62015-05-11 16:30:44 -0700434 setIcon(preloadDrawable, mIconSize);
Sunny Goyale755d462014-07-22 13:48:29 -0700435 }
436
437 preloadDrawable.setLevel(progressLevel);
Sunny Goyal34942622014-08-29 17:20:55 -0700438 if (promiseStateChanged) {
439 preloadDrawable.maybePerformFinishedAnimation();
Sunny Goyale755d462014-07-22 13:48:29 -0700440 }
Sunny Goyale755d462014-07-22 13:48:29 -0700441 }
Chris Wren40c5ed32014-06-24 18:24:23 -0400442 }
443 }
Sunny Goyal95abbb32014-08-04 10:53:22 -0700444
445 private Theme getPreloaderTheme() {
446 Object tag = getTag();
447 int style = ((tag != null) && (tag instanceof ShortcutInfo) &&
448 (((ShortcutInfo) tag).container >= 0)) ? R.style.PreloadIcon_Folder
449 : R.style.PreloadIcon;
450 Theme theme = sPreloaderThemes.get(style);
451 if (theme == null) {
452 theme = getResources().newTheme();
453 theme.applyStyle(style, true);
454 sPreloaderThemes.put(style, theme);
455 }
456 return theme;
457 }
Winson Chungb745afb2015-03-02 11:51:23 -0800458
459 /**
460 * Sets the icon for this view based on the layout direction.
461 */
Sunny Goyal70660032015-05-14 00:07:08 -0700462 @TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1)
Sunny Goyaldfaccf62015-05-11 16:30:44 -0700463 private Drawable setIcon(Drawable icon, int iconSize) {
Winson Chungb745afb2015-03-02 11:51:23 -0800464 mIcon = icon;
465 if (iconSize != -1) {
466 mIcon.setBounds(0, 0, iconSize, iconSize);
467 }
468 if (mLayoutHorizontal) {
Sunny Goyal70660032015-05-14 00:07:08 -0700469 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
470 setCompoundDrawablesRelative(mIcon, null, null, null);
471 } else {
472 setCompoundDrawables(mIcon, null, null, null);
473 }
Winson Chungb745afb2015-03-02 11:51:23 -0800474 } else {
Sunny Goyal70660032015-05-14 00:07:08 -0700475 setCompoundDrawables(null, mIcon, null, null);
Winson Chungb745afb2015-03-02 11:51:23 -0800476 }
Winson Chungb745afb2015-03-02 11:51:23 -0800477 return icon;
478 }
Sunny Goyal34b65272015-03-11 16:56:52 -0700479
Sunny Goyal69b75642015-05-15 17:00:24 -0700480 @Override
481 public void requestLayout() {
482 if (!mDisableRelayout) {
483 super.requestLayout();
484 }
485 }
486
Sunny Goyal34b65272015-03-11 16:56:52 -0700487 /**
488 * Applies the item info if it is same as what the view is pointing to currently.
489 */
490 public void reapplyItemInfo(final ItemInfo info) {
491 if (getTag() == info) {
492 mIconLoadRequest = null;
Sunny Goyal69b75642015-05-15 17:00:24 -0700493 mDisableRelayout = true;
Sunny Goyal34b65272015-03-11 16:56:52 -0700494 if (info instanceof AppInfo) {
495 applyFromApplicationInfo((AppInfo) info);
496 } else if (info instanceof ShortcutInfo) {
497 applyFromShortcutInfo((ShortcutInfo) info,
Sunny Goyaldfaccf62015-05-11 16:30:44 -0700498 LauncherAppState.getInstance().getIconCache());
Sunny Goyal0e08f162015-05-12 11:32:39 -0700499 } else if (info instanceof PackageItemInfo) {
500 applyFromPackageItemInfo((PackageItemInfo) info);
Sunny Goyal34b65272015-03-11 16:56:52 -0700501 }
Sunny Goyal69b75642015-05-15 17:00:24 -0700502 mDisableRelayout = false;
Sunny Goyal34b65272015-03-11 16:56:52 -0700503 }
504 }
505
506 /**
507 * Verifies that the current icon is high-res otherwise posts a request to load the icon.
508 */
509 public void verifyHighRes() {
510 if (mIconLoadRequest != null) {
511 mIconLoadRequest.cancel();
512 mIconLoadRequest = null;
513 }
514 if (getTag() instanceof AppInfo) {
515 AppInfo info = (AppInfo) getTag();
516 if (info.usingLowResIcon) {
517 mIconLoadRequest = LauncherAppState.getInstance().getIconCache()
518 .updateIconInBackground(BubbleTextView.this, info);
519 }
520 } else if (getTag() instanceof ShortcutInfo) {
521 ShortcutInfo info = (ShortcutInfo) getTag();
522 if (info.usingLowResIcon) {
523 mIconLoadRequest = LauncherAppState.getInstance().getIconCache()
524 .updateIconInBackground(BubbleTextView.this, info);
525 }
Sunny Goyal0e08f162015-05-12 11:32:39 -0700526 } else if (getTag() instanceof PackageItemInfo) {
527 PackageItemInfo info = (PackageItemInfo) getTag();
528 if (info.usingLowResIcon) {
529 mIconLoadRequest = LauncherAppState.getInstance().getIconCache()
530 .updateIconInBackground(BubbleTextView.this, info);
531 }
Sunny Goyal34b65272015-03-11 16:56:52 -0700532 }
533 }
Sunny Goyal4b6eb262015-05-14 19:24:40 -0700534
535 /**
536 * Interface to be implemented by the grand parent to allow click shadow effect.
537 */
538 public static interface BubbleTextShadowHandler {
539 void setPressedIcon(BubbleTextView icon, Bitmap background);
540 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800541}