Searched refs:mChildrenAreLaidOut (Results 1 – 2 of 2) sorted by relevance
90 @VisibleForTesting boolean mChildrenAreLaidOut = false; field in KeyguardClockSwitch283 if (mChildrenAreLaidOut) { in switchToClock()295 if (mDisplayedClockSize != null && !mChildrenAreLaidOut) { in onLayout()299 mChildrenAreLaidOut = true; in onLayout()
100 mKeyguardClockSwitch.mChildrenAreLaidOut = true; in setUp()