Home
last modified time | relevance | path

Searched refs:setExpandedHeight (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java214 mStackScroller.setExpandedHeight(expectedHeight); in testSetExpandedHeight_listenerReceivedCallbacks()
264 mStackScroller.setExpandedHeight(100f); in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight()
269 mStackScroller.setExpandedHeight(100f); in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java371 setExpandedHeight(mInitialOffsetOnTouch); in startExpandMotion()
707 public void setExpandedHeight(float height) { in setExpandedHeight() method in PanelViewController
732 setExpandedHeight(currentMaxPanelHeight); in requestPanelHeightUpdate()
816 setExpandedHeight(getMaxPanelHeight() * frac); in setExpandedFraction()
H A DNotificationPanelViewController.java3341 mNotificationStackScrollLayoutController.setExpandedHeight(expandedHeight); in updateExpandedHeight()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1221 public void setExpandedHeight(float expandedHeight) { in setExpandedHeight() method in NotificationStackScrollLayoutController
1222 mView.setExpandedHeight(expandedHeight); in setExpandedHeight()
H A DNotificationStackScrollLayout.java1304 public void setExpandedHeight(float height) {
2566 setExpandedHeight(mExpandedHeight);
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java497 mNotificationPanelViewController.setExpandedHeight(200); in testSetExpandedHeight()