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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java704 float target = expand ? getMaxPanelHeight() : 0;
717 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight()
720 target = getMaxPanelHeight() - getClearAllHeight();
767 setExpandedHeightInternal(getMaxPanelHeight());
811 float currentMaxPanelHeight = getMaxPanelHeight();
843 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount();
891 protected abstract int getMaxPanelHeight(); method in class:PanelView
894 setExpandedHeight(getMaxPanelHeight() * frac);
906 return mExpandedHeight >= getMaxPanelHeight();
1071 float target = Math.max(0, getMaxPanelHeight()
[all...]
H A DNotificationPanelView.java408 getMaxPanelHeight(),
1441 protected int getMaxPanelHeight() { method in class:NotificationPanelView
1477 t = expandedHeight / (getMaxPanelHeight());
1587 boolean active = getMaxPanelHeight() - getExpandedHeight() > mUnlockMoveDistance;
2215 canvas.drawLine(0, getMaxPanelHeight(), getWidth(), getMaxPanelHeight(), p);

Completed in 406 milliseconds