Searched refs:mUnrestrictedContentHeight (Results 1 – 1 of 1) sorted by relevance
161 private int mUnrestrictedContentHeight; field in NotificationContentView545 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()549 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()562 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()567 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()766 int bottom = (int) (mUnrestrictedContentHeight - mClipBottomAmount - getTranslationY()); in updateClipping()810 visibleWrapper.setContentHeight(mUnrestrictedContentHeight, in selectLayout()1727 int inputStart = mUnrestrictedContentHeight - riv.getHeight();1728 if (y <= mUnrestrictedContentHeight && y >= inputStart) {1742 float bottom = mUnrestrictedContentHeight;