Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitch.java90 @VisibleForTesting boolean mChildrenAreLaidOut = false; field in KeyguardClockSwitch
283 if (mChildrenAreLaidOut) { in switchToClock()
295 if (mDisplayedClockSize != null && !mChildrenAreLaidOut) { in onLayout()
299 mChildrenAreLaidOut = true; in onLayout()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchTest.java100 mKeyguardClockSwitch.mChildrenAreLaidOut = true; in setUp()