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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
UniverseBackground.java 177 private int getExpandedViewMaxHeight() {
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/tv/
TvStatusBar.java 132 protected int getExpandedViewMaxHeight() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 365 protected int getExpandedViewMaxHeight() {
    [all...]

Completed in 110 milliseconds