Searched refs:mUnrestrictedContentHeight (Results 1 – 1 of 1) sorted by relevance
176 private int mUnrestrictedContentHeight; field in NotificationContentView572 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()576 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()589 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()594 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()803 int bottom = (int) (mUnrestrictedContentHeight - mClipBottomAmount - getTranslationY()); in updateClipping()847 visibleWrapper.setContentHeight(mUnrestrictedContentHeight, in selectLayout()1847 int inputStart = mUnrestrictedContentHeight - riv.getHeight(); in dispatchTouchEvent()1848 if (y <= mUnrestrictedContentHeight && y >= inputStart) { in dispatchTouchEvent()1862 float bottom = mUnrestrictedContentHeight; in pointInView()