Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewController.java426 alpha = mNotificationPanelViewStateProvider.getPanelViewExpandedHeight() in getKeyguardContentsAlpha()
431 alpha = mNotificationPanelViewStateProvider.getPanelViewExpandedHeight() in getKeyguardContentsAlpha()
H A DNotificationPanelViewController.java4503 float getPanelViewExpandedHeight(); in getPanelViewExpandedHeight() method
4518 public float getPanelViewExpandedHeight() {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewControllerTest.java361 public float getPanelViewExpandedHeight() { in getPanelViewExpandedHeight() method in KeyguardStatusBarViewControllerTest.TestNotificationPanelViewStateProvider