Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchControllerTest.java216 assertEquals(170, mController.getClockBottom(1000)); in testGetLargeClockBottom_returnsExpectedValue()
230 assertEquals(1120, mController.getClockBottom(1000)); in testGetSmallLargeClockBottom_returnsExpectedValue()
238 assertEquals(0, mController.getClockBottom(10)); in testGetClockBottom_nullClock_returnsZero()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java352 public int getClockBottom(int statusBarHeaderHeight) { in getClockBottom() method in KeyguardStatusViewController
353 return mKeyguardClockSwitchController.getClockBottom(statusBarHeaderHeight); in getClockBottom()
DKeyguardClockSwitchController.java554 int getClockBottom(int statusBarHeaderHeight) { in getClockBottom() method in KeyguardClockSwitchController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1699 mKeyguardStatusViewController.getClockBottom(mStatusBarHeaderHeightKeyguard), in updateClockAppearance()