Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java169 when(mStackScrollerController.getExpandedHeight()).thenReturn(expandedHeight); in constructor_animationValuesUpdated()
H A DNotificationPanelViewControllerTest.java498 assertThat((int) mNotificationPanelViewController.getExpandedHeight()).isEqualTo(200); in testSetExpandedHeight()
509 assertThat((int) mNotificationPanelViewController.getExpandedHeight()).isEqualTo(200); in testOnTouchEvent_expansionCanBeBlocked()
517 assertThat((int) mNotificationPanelViewController.getExpandedHeight()).isEqualTo(200); in testOnTouchEvent_expansionCanBeBlocked()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java141 mExpandedHeight = stackScrollerController.getExpandedHeight(); in HeadsUpAppearanceController()
H A DPanelViewController.java819 public float getExpandedHeight() { in getExpandedHeight() method in PanelViewController
1115 this.getClass().getSimpleName(), getExpandedHeight(), getMaxPanelHeight(), in dump()
H A DNotificationPanelViewController.java2958 alpha = getExpandedHeight() / mQsMinExpansionHeight; in getFadeoutAlpha()
3358 && getExpandedHeight() < getOpeningHeight(); in updateStatusBarIcons()
4519 return getExpandedHeight();
4621 updateExpandedHeight(getExpandedHeight()); in onLayoutChange()
4665 canvas.drawLine(0, getExpandedHeight(), mView.getWidth(), getExpandedHeight(), p); in draw()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java865 public float getExpandedHeight() { in getExpandedHeight() method in NotificationStackScrollLayoutController
866 return mView.getExpandedHeight(); in getExpandedHeight()
H A DNotificationStackScrollLayout.java6161 float getExpandedHeight() {