HomeSort by relevance Sort by last modified time
    Searched refs:getMaxPanelHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 540 float target = expand ? getMaxPanelHeight() : 0.0f;
546 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight()
549 target = getMaxPanelHeight() - getClearAllHeight();
587 setExpandedHeightInternal(getMaxPanelHeight());
627 float currentMaxPanelHeight = getMaxPanelHeight();
642 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount();
684 protected abstract int getMaxPanelHeight();
687 setExpandedHeight(getMaxPanelHeight() * frac);
699 return mExpandedHeight >= getMaxPanelHeight();
848 float target = Math.max(0, getMaxPanelHeight() - mHintDistance)
    [all...]
NotificationPanelView.java 374 getMaxPanelHeight(),
    [all...]

Completed in 409 milliseconds