Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java101 private int mCurrentClockSize = SMALL; field in KeyguardClockSwitchController
489 mCurrentClockSize = clockSize; in displayClock()
702 pw.println("currentClockSizeLarge: " + (mCurrentClockSize == LARGE)); in dump()
727 return ((mCurrentClockSize == LARGE) ? clock.getLargeClock() : clock.getSmallClock()) in clockHasCustomWeatherDataDisplay()