Searched defs:getExpandedViewMaxHeight (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java132 protected int getExpandedViewMaxHeight() { method in class:TvStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DUniverseBackground.java177 private int getExpandedViewMaxHeight() { method in class:UniverseBackground
204 y = getExpandedViewMaxHeight()-1;
253 if (mAnimY >= getExpandedViewMaxHeight()-1 && !mClosing) {
256 mYDelta = getExpandedViewMaxHeight();
337 || (y > (getExpandedViewMaxHeight()*(1f-mCollapseMinDisplayFraction)) &&
356 || (y > (getExpandedViewMaxHeight()*(1f-mExpandMinDisplayFraction)) &&
449 if (mYDelta > getExpandedViewMaxHeight()) {
450 mYDelta = getExpandedViewMaxHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java985 protected abstract int getExpandedViewMaxHeight(); method in class:BaseStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java365 protected int getExpandedViewMaxHeight() { method in class:TabletStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1666 final int bottom = top + getExpandedViewMaxHeight();
2110 protected int getExpandedViewMaxHeight() { method in class:PhoneStatusBar

Completed in 51 milliseconds