Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java79 mHeadsUpAppearanceController.setExpandedHeight(0.0f, 0.0f); in setUp()
142 mHeadsUpAppearanceController.setExpandedHeight(1.0f, 1.0f); in testHeaderReadFromOldController()
DNotificationPanelViewTest.java137 mNotificationPanelView.setExpandedHeight(200); in testSetExpandedHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java59 private final BiConsumer<Float, Float> mSetExpandedHeight = this::setExpandedHeight;
354 public void setExpandedHeight(float expandedHeight, float appearFraction) { in setExpandedHeight() method in HeadsUpAppearanceController
DPanelView.java455 setExpandedHeight(mInitialOffsetOnTouch); in startExpandMotion()
812 public void setExpandedHeight(float height) { in setExpandedHeight() method in PanelView
854 setExpandedHeight(currentMaxPanelHeight); in requestPanelHeightUpdate()
914 setExpandedHeight(getMaxPanelHeight() * frac); in setExpandedFraction()
DNotificationPanelView.java2715 mNotificationStackScroller.setExpandedHeight(expandedHeight); in updateExpandedHeight()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java250 mStackScroller.setExpandedHeight(0f); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()
254 mStackScroller.setExpandedHeight(100f); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1268 public void setExpandedHeight(float height) {
2794 setExpandedHeight(mExpandedHeight);