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 551 if (target == mExpandedHeight || getOverExpansionAmount() > 0f && expand) {
555 mOverExpandedBeforeFling = getOverExpansionAmount() > 0f;
642 float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount();
648 mExpandedHeight = Math.min(h, fhWithoutOverExpansion) + getOverExpansionAmount();
674 protected abstract float getOverExpansionAmount();
    [all...]
NotificationPanelView.java     [all...]

Completed in 626 milliseconds