Merge "Don't animate large clock appearance on AOD" into sc-dev

This commit is contained in:
Matt Pietal
2021-05-18 14:05:30 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ public class AnimatableClockController extends ViewController<AnimatableClockVie
/** Animate the clock appearance */
public void animateAppear() {
mView.animateAppear();
if (!mIsDozing) mView.animateAppearOnLockscreen();
}
/**

View File

@@ -157,7 +157,7 @@ public class AnimatableClockView extends TextView {
mLockScreenColor = lockScreenColor;
}
void animateAppear() {
void animateAppearOnLockscreen() {
if (mTextAnimator == null) {
return;
}