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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AmbientState.java 58 private int mMaxLayoutHeight;
204 return Math.max(Math.min(mLayoutHeight, mMaxLayoutHeight) - mTopPadding, mLayoutMinHeight);
244 mMaxLayoutHeight = maxLayoutHeight;
NotificationStackScrollLayout.java 134 private int mMaxLayoutHeight;
615 mMaxLayoutHeight = maxLayoutHeight;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 70 private int mMaxLayoutHeight;
230 float interpolationStart = mMaxLayoutHeight - getIntrinsicHeight() * 2;
427 int maxShelfStart = mMaxLayoutHeight - getIntrinsicHeight();
433 boolean forceInShelf = mMaxLayoutHeight - getIntrinsicHeight() - position
438 iconState.customTransformHeight = (int) (mMaxLayoutHeight
500 iconState.translateContent = mMaxLayoutHeight - getTranslationY()
700 mMaxLayoutHeight = maxLayoutHeight;
    [all...]

Completed in 348 milliseconds