Searched refs:mMaxLayoutHeight (Results 1 – 3 of 3) sorted by relevance
67 private int mMaxLayoutHeight; field in AmbientState292 Math.min(mLayoutHeight, mMaxLayoutHeight) - mTopPadding); in getInnerHeight()342 mMaxLayoutHeight = maxLayoutHeight; in setLayoutMaxHeight()
198 private int mMaxLayoutHeight; field in NotificationStackScrollLayout1101 mMaxLayoutHeight = maxLayoutHeight;1524 return Math.min(mMaxLayoutHeight, mCurrentStackHeight);2255 int scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight);2759 - (mMaxLayoutHeight - getIntrinsicPadding() - mFooterView.getActualHeight()));4319 return Math.max(mMaxLayoutHeight - mContentHeight, 0);4499 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation;
82 private int mMaxLayoutHeight; field in NotificationShelf245 float interpolationStart = mMaxLayoutHeight - getIntrinsicHeight() * 2; in updateAppearance()566 int maxShelfStart = mMaxLayoutHeight - getIntrinsicHeight();572 boolean forceInShelf = mMaxLayoutHeight - getIntrinsicHeight() - position577 iconState.customTransformHeight = (int) (mMaxLayoutHeight639 iconState.translateContent = mMaxLayoutHeight - getTranslationY()864 mMaxLayoutHeight = maxLayoutHeight;