Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DDebugDrawable.java74 drawDebugInfo(canvas, (int) mNotificationPanelViewController.getExpandedHeight(), in draw()
DNotificationPanelViewController.java2777 alpha = getExpandedHeight() / mQsController.getMinExpansionHeight(); in getFadeoutAlpha()
3161 boolean showIconsWhenExpanded = getExpandedHeight() < getOpeningHeight(); in updateStatusBarIcons()
4072 float getExpandedHeight() {
4657 return getExpandedHeight();
4747 updateExpandedHeight(getExpandedHeight());
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java338 assertThat((int) mNotificationPanelViewController.getExpandedHeight()).isEqualTo(200); in testSetExpandedHeight()
345 assertThat((int) mNotificationPanelViewController.getExpandedHeight()).isEqualTo(200); in testOnTouchEvent_expansionCanBeBlocked()
350 assertThat((int) mNotificationPanelViewController.getExpandedHeight()).isEqualTo(200); in testOnTouchEvent_expansionCanBeBlocked()
744 mNotificationPanelViewController.getExpandedHeight(), in testSwipe_exactlyToTarget_notifiesNssl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java197 when(mStackScrollerController.getExpandedHeight()).thenReturn(expandedHeight); in constructor_animationValuesUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java146 mExpandedHeight = stackScrollerController.getExpandedHeight(); in HeadsUpAppearanceController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java975 public float getExpandedHeight() { in getExpandedHeight() method in NotificationStackScrollLayoutController
976 return mView.getExpandedHeight(); in getExpandedHeight()
DNotificationStackScrollLayout.java6526 float getExpandedHeight() {