Searched refs:getMaxPanelHeight (Results 1 – 3 of 3) sorted by relevance
72 drawDebugInfo(canvas, mNotificationPanelViewController.getMaxPanelHeight(), in draw()
2623 int getMaxPanelHeight() { in getMaxPanelHeight() method in NotificationPanelViewController2691 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());
287 mNotificationPanelViewController.getMaxPanelHeight() / 2); in testSetPanelScrimMinFractionWhenHeadsUpIsDragged()