Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewControllerTest.java261 assertEquals(190, mController.getLockscreenHeight()); in statusAreaHeightChange_animatesHeightOutputChange()
269 assertEquals(190, mController.getLockscreenHeight()); in statusAreaHeightChange_animatesHeightOutputChange()
273 assertEquals(290, mController.getLockscreenHeight()); in statusAreaHeightChange_animatesHeightOutputChange()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java342 public int getLockscreenHeight() { in getLockscreenHeight() method in KeyguardStatusViewController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1689 mKeyguardStatusViewController.getLockscreenHeight(), in updateClockAppearance()