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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java619 float target = expand ? getMaxPanelHeight() : 0.0f;
632 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight()
635 target = getMaxPanelHeight() - getClearAllHeight();
673 setExpandedHeightInternal(getMaxPanelHeight());
714 float currentMaxPanelHeight = getMaxPanelHeight();
729 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount();
771 protected abstract int getMaxPanelHeight(); method in class:PanelView
774 setExpandedHeight(getMaxPanelHeight() * frac);
786 return mExpandedHeight >= getMaxPanelHeight();
939 float target = Math.max(0, getMaxPanelHeight()
[all...]
H A DHeadsUpTouchHelper.java114 / mPanel.getMaxPanelHeight());
H A DNotificationPanelView.java406 getMaxPanelHeight(),
1490 protected int getMaxPanelHeight() { method in class:NotificationPanelView
1523 t = expandedHeight / getMaxPanelHeight();
1650 boolean active = getMaxPanelHeight() - getExpandedHeight() > mUnlockMoveDistance;
2267 canvas.drawLine(0, getMaxPanelHeight(), getWidth(), getMaxPanelHeight(), p);

Completed in 38 milliseconds