Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java135 @VisibleForTesting boolean mChildrenAreLaidOut = false; field in KeyguardClockSwitch
263 if (mDisplayedClockSize != null && mChildrenAreLaidOut) { in updateStatusArea()
300 msg.setBool3(mChildrenAreLaidOut); in updateClockViews()
451 if (mChildrenAreLaidOut) { in switchToClock()
477 if (mDisplayedClockSize != null && !mChildrenAreLaidOut) { in onLayout()
480 mChildrenAreLaidOut = true; in onLayout()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchTest.java119 mKeyguardClockSwitch.mChildrenAreLaidOut = true; in setUp()