Searched refs:mMaxLayoutHeight (Results 1 – 3 of 3) sorted by relevance
66 private int mMaxLayoutHeight; field in AmbientState293 Math.min(mLayoutHeight, mMaxLayoutHeight) - mTopPadding); in getInnerHeight()343 mMaxLayoutHeight = maxLayoutHeight; in setLayoutMaxHeight()
219 private int mMaxLayoutHeight; field in NotificationStackScrollLayout1186 mMaxLayoutHeight = maxLayoutHeight;1606 return Math.min(mMaxLayoutHeight, mCurrentStackHeight);2344 int scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight);2887 - (mMaxLayoutHeight - getIntrinsicPadding() - mFooterView.getActualHeight()));4491 return Math.max(mMaxLayoutHeight - mContentHeight, 0);4671 int layoutEnd = mMaxLayoutHeight + (int) mStackTranslation;
83 private int mMaxLayoutHeight; field in NotificationShelf250 float interpolationStart = mMaxLayoutHeight - getIntrinsicHeight() * 2; in updateAppearance()652 int maxShelfStart = mMaxLayoutHeight - getIntrinsicHeight();658 boolean forceInShelf = mMaxLayoutHeight - getIntrinsicHeight() - position663 iconState.customTransformHeight = (int) (mMaxLayoutHeight689 iconState.translateContent = mMaxLayoutHeight - getTranslationY()953 mMaxLayoutHeight = maxLayoutHeight;