Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewControllerTest.java260 when(mKeyguardClockSwitchController.getNotificationIconAreaHeight()).thenReturn(10); in statusAreaHeightChange_animatesHeightOutputChange()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java346 - mKeyguardClockSwitchController.getNotificationIconAreaHeight(); in getLockscreenHeight()
DKeyguardClockSwitchController.java351 int getNotificationIconAreaHeight() { in getNotificationIconAreaHeight() method in KeyguardClockSwitchController