Searched refs:mUnrestrictedContentHeight (Results 1 – 1 of 1) sorted by relevance
166 private int mUnrestrictedContentHeight; field in NotificationContentView601 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()605 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()618 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()623 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()833 int bottom = (int) (mUnrestrictedContentHeight - mClipBottomAmount - getTranslationY()); in updateClipping()877 visibleWrapper.setContentHeight(mUnrestrictedContentHeight, in selectLayout()1815 int inputStart = mUnrestrictedContentHeight - riv.getHeight();1816 if (y <= mUnrestrictedContentHeight && y >= inputStart) {1830 float bottom = mUnrestrictedContentHeight;