Home
last modified time | relevance | path

Searched refs:getMaxPanelHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DDebugDrawable.java72 drawDebugInfo(canvas, mNotificationPanelViewController.getMaxPanelHeight(), in draw()
DNotificationPanelViewController.java2623 int getMaxPanelHeight() { in getMaxPanelHeight() method in NotificationPanelViewController
2691 qsExpansionFraction = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()
3002 return (int) Math.min(getMaxPanelHeight(), maxDistance); in getMaxPanelTransitionDistance()
3007 return getMaxPanelHeight(); in getMaxPanelTransitionDistance()
3151 expandedHeight = getMaxPanelHeight(); in updateExpandedHeight()
3193 int transitionDistance = getMaxPanelHeight();
3978 float currentMaxPanelHeight = getMaxPanelHeight();
4165 ValueAnimator animator = createHeightAnimator(getMaxPanelHeight());
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java287 mNotificationPanelViewController.getMaxPanelHeight() / 2); in testSetPanelScrimMinFractionWhenHeadsUpIsDragged()