mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Animate aways Notification Dots for Taskbar Pinning Annimation
Test: Manual Bug: 308460959 Flag: LEGACY ENABLE_TASKBAR_PINNING DISABLED Change-Id: Ic16881c05c70ed717dc63131d94ece805c39f6fc
This commit is contained in:
@@ -294,7 +294,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
|
||||
}
|
||||
}
|
||||
|
||||
private void animateDotScale(float... dotScales) {
|
||||
public void animateDotScale(float... dotScales) {
|
||||
cancelDotScaleAnim();
|
||||
mDotScaleAnim = ObjectAnimator.ofFloat(this, DOT_SCALE_PROPERTY, dotScales);
|
||||
mDotScaleAnim.addListener(new AnimatorListenerAdapter() {
|
||||
@@ -646,7 +646,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
|
||||
return mForceHideDot;
|
||||
}
|
||||
|
||||
private boolean hasDot() {
|
||||
public boolean hasDot() {
|
||||
return mDotInfo != null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user