Searched defs:getMaxPanelHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java513 float target = expand ? getMaxPanelHeight() : 0.0f;
519 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight()
522 target = getMaxPanelHeight() - getClearAllHeight();
560 setExpandedHeightInternal(getMaxPanelHeight());
600 float currentMaxPanelHeight = getMaxPanelHeight();
615 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount();
657 protected abstract int getMaxPanelHeight(); method in class:PanelView
660 setExpandedHeight(getMaxPanelHeight() * frac);
672 return mExpandedHeight >= getMaxPanelHeight();
820 float target = Math.max(0, getMaxPanelHeight()
[all...]
H A DNotificationPanelView.java320 getMaxPanelHeight(),
1204 protected int getMaxPanelHeight() { method in class:NotificationPanelView
1320 boolean active = getMaxPanelHeight() - getExpandedHeight() > mUnlockMoveDistance;

Completed in 10 milliseconds