Searched refs:mUnrestrictedContentHeight (Results 1 – 1 of 1) sorted by relevance
192 private int mUnrestrictedContentHeight; field in NotificationContentView595 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()599 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()612 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()617 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()832 int bottom = (int) (mUnrestrictedContentHeight - mClipBottomAmount - getTranslationY()); in updateClipping()876 visibleWrapper.setContentHeight(mUnrestrictedContentHeight, in selectLayout()1977 int inputStart = mUnrestrictedContentHeight - riv.getHeight();1978 if (y <= mUnrestrictedContentHeight && y >= inputStart) {1992 float bottom = mUnrestrictedContentHeight;