Add animation for the predicted icon ring
Animation is modeled after the notification dot animation. - This avoids the ring jumping in after swiping up to home to a predicted app. - Also decreased the amount of time the icon has to fade out so that it shows up less during the animation. Fixes: 360115794 Test: open predicted app from hotseat, swipe up to return home Flag: EXEMPT bugfix Change-Id: I59659610eb2e9f375a408d553bb4aa80947a28c4
This commit is contained in:
@@ -176,7 +176,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
|
||||
@ViewDebug.ExportedProperty(category = "launcher")
|
||||
private boolean mSkipUserBadge = false;
|
||||
@ViewDebug.ExportedProperty(category = "launcher")
|
||||
private boolean mIsIconVisible = true;
|
||||
protected boolean mIsIconVisible = true;
|
||||
@ViewDebug.ExportedProperty(category = "launcher")
|
||||
private int mTextColor;
|
||||
@ViewDebug.ExportedProperty(category = "launcher")
|
||||
|
||||
Reference in New Issue
Block a user