Searched refs:mUnrestrictedContentHeight (Results 1 – 1 of 1) sorted by relevance
200 private int mUnrestrictedContentHeight; field in NotificationContentView639 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()643 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()656 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()661 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()885 int bottom = (int) (mUnrestrictedContentHeight - mClipBottomAmount - getTranslationY()); in updateClipping()929 visibleWrapper.setContentHeight(mUnrestrictedContentHeight, in selectLayout()2086 int inputStart = mUnrestrictedContentHeight - riv.getHeight();2087 if (y <= mUnrestrictedContentHeight && y >= inputStart) {2101 float bottom = mUnrestrictedContentHeight;