Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayoutTest.java158 mStackScroller.setExpandedHeight(0f); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()
162 mStackScroller.setExpandedHeight(100f); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java55 private final BiConsumer<Float, Float> mSetExpandedHeight = this::setExpandedHeight;
243 public void setExpandedHeight(float expandedHeight, float appearFraction) { in setExpandedHeight() method in HeadsUpAppearanceController
DPanelView.java450 setExpandedHeight(mInitialOffsetOnTouch); in startExpandMotion()
826 public void setExpandedHeight(float height) { in setExpandedHeight() method in PanelView
868 setExpandedHeight(currentMaxPanelHeight); in requestPanelHeightUpdate()
928 setExpandedHeight(getMaxPanelHeight() * frac); in setExpandedFraction()
DNotificationPanelView.java2504 mNotificationStackScroller.setExpandedHeight(expandedHeight); in updateExpandedHeight()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java80 mHeadsUpAppearanceController.setExpandedHeight(0.0f, 0.0f); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java872 public void setExpandedHeight(float height) { in setExpandedHeight() method in NotificationStackScrollLayout
2595 setExpandedHeight(mExpandedHeight);