Searched refs:mMaxLayoutHeight (Results 1 – 3 of 3) sorted by relevance
68 private int mMaxLayoutHeight; field in AmbientState289 Math.min(mLayoutHeight, mMaxLayoutHeight) - mTopPadding); in getInnerHeight()339 mMaxLayoutHeight = maxLayoutHeight; in setLayoutMaxHeight()
198 private int mMaxLayoutHeight; field in NotificationStackScrollLayout1078 mMaxLayoutHeight = maxLayoutHeight;1483 return Math.min(mMaxLayoutHeight, mCurrentStackHeight);2214 int scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight);2713 - (mMaxLayoutHeight - getIntrinsicPadding() - mFooterView.getActualHeight()));4275 return Math.max(mMaxLayoutHeight - mContentHeight, 0);4454 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation;
79 private int mMaxLayoutHeight; field in NotificationShelf270 float interpolationStart = mMaxLayoutHeight - getIntrinsicHeight() * 2; in updateAppearance()580 int maxShelfStart = mMaxLayoutHeight - getIntrinsicHeight();586 boolean forceInShelf = mMaxLayoutHeight - getIntrinsicHeight() - position591 iconState.customTransformHeight = (int) (mMaxLayoutHeight653 iconState.translateContent = mMaxLayoutHeight - getTranslationY()877 mMaxLayoutHeight = maxLayoutHeight;