Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java570 int clockHeight = clock.getLargeClock().getView().getHeight(); in getClockBottom() local
571 return frameHeight / 2 + clockHeight / 2 + mKeyguardLargeClockTopMargin / -2; in getClockBottom()
573 int clockHeight = clock.getSmallClock().getView().getHeight(); in getClockBottom() local
574 return clockHeight + statusBarHeaderHeight + mKeyguardSmallClockTopMargin; in getClockBottom()