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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 649 if (target == mExpandedHeight || getOverExpansionAmount() > 0f && expand) {
653 mOverExpandedBeforeFling = getOverExpansionAmount() > 0f;
742 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount();
748 mExpandedHeight = Math.min(h, fhWithoutOverExpansion) + getOverExpansionAmount();
774 protected abstract float getOverExpansionAmount();
    [all...]
NotificationPanelView.java     [all...]

Completed in 1024 milliseconds