Home
last modified time | relevance | path

Searched refs:mAnimateOnLayout (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitch.java131 @VisibleForTesting boolean mAnimateOnLayout = true; field in KeyguardClockSwitch
454 post(() -> updateClockViews(mDisplayedClockSize == LARGE, mAnimateOnLayout)); in onLayout()
458 post(() -> updateClockViews(mDisplayedClockSize == LARGE, mAnimateOnLayout)); in onLayout()