Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java299 mNotificationPanelViewController.setExpandedHeight(200); in testSetExpandedHeight()
774 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_showNSSL()
795 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_hideNSSL()
1184 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in inUnlockedSplitShade_transitioningMaxTransitionDistance_makesShadeFullyExpanded()
1192 mNotificationPanelViewController.setExpandedHeight(0); in shadeFullyExpanded_inShadeState()
1196 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in shadeFullyExpanded_inShadeState()
1205 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in shadeFullyExpanded_onKeyguard()
1218 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in shadeExpanded_whenHasHeight()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java224 mStackScroller.setExpandedHeight(100f); in testUpdateStackHeight_qsExpansionGreaterThanZero()
241 mStackScroller.setExpandedHeight(100f); in testUpdateStackHeight_qsExpansionZero()
389 mStackScroller.setExpandedHeight(expectedHeight); in testSetExpandedHeight_listenerReceivedCallbacks()
424 mStackScroller.setExpandedHeight(100f); in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight()
429 mStackScroller.setExpandedHeight(100f); in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1337 public void setExpandedHeight(float expandedHeight) { in setExpandedHeight() method in NotificationStackScrollLayoutController
1338 mView.setExpandedHeight(expandedHeight); in setExpandedHeight()
H A DNotificationStackScrollLayout.java1442 public void setExpandedHeight(float height) {
2651 setExpandedHeight(mExpandedHeight);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java3029 mNotificationStackScrollLayoutController.setExpandedHeight(expandedHeight); in updateExpandedHeight()
3715 setExpandedHeight(mInitialOffsetOnTouch); in startExpandMotion()
3871 void setExpandedHeight(float height) { in setExpandedHeight() method
3898 setExpandedHeight(currentMaxPanelHeight); in updateExpandedHeightToMaxHeight()
3961 setExpandedHeight(maxDist * frac); in setExpandedFraction()