Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java337 mNotificationPanelViewController.setExpandedHeight(200); in testSetExpandedHeight()
902 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_showNSSL()
923 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_hideNSSL()
1278 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in inUnlockedSplitShade_transitioningMaxTransitionDistance_makesShadeFullyExpanded()
1286 mNotificationPanelViewController.setExpandedHeight(0); in shadeFullyExpanded_inShadeState()
1290 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in shadeFullyExpanded_inShadeState()
1299 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in shadeFullyExpanded_onKeyguard()
1312 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in shadeExpanded_whenHasHeight()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java227 mStackScroller.setExpandedHeight(100f); in testUpdateStackHeight_qsExpansionGreaterThanZero()
245 mStackScroller.setExpandedHeight(100f); in testUpdateStackHeight_qsExpansionZero()
355 mStackScroller.setExpandedHeight(expectedHeight); in testSetExpandedHeight_listenerReceivedCallbacks()
390 mStackScroller.setExpandedHeight(100f); in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight()
395 mStackScroller.setExpandedHeight(100f); in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java3154 mNotificationStackScrollLayoutController.setExpandedHeight(expandedHeight); in updateExpandedHeight()
3816 setExpandedHeight(mInitialOffsetOnTouch);
3971 void setExpandedHeight(float height) {
3998 setExpandedHeight(currentMaxPanelHeight);
4069 setExpandedHeight(maxDist * frac);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1480 public void setExpandedHeight(float expandedHeight) { in setExpandedHeight() method in NotificationStackScrollLayoutController
1482 mView.setExpandedHeight(expandedHeight); in setExpandedHeight()
DNotificationStackScrollLayout.java1513 setExpandedHeight(expandFraction * getHeight());
1527 public void setExpandedHeight(float height) {
2661 setExpandedHeight(mExpandedHeight); in updateTopPadding()