Searched refs:mUnrestrictedContentHeight (Results 1 – 1 of 1) sorted by relevance
150 private int mUnrestrictedContentHeight; field in NotificationContentView568 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()572 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()579 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()584 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()794 int bottom = (int) (mUnrestrictedContentHeight - mClipBottomAmount - getTranslationY()); in updateClipping()838 visibleWrapper.setContentHeight(mUnrestrictedContentHeight, in selectLayout()1674 int inputStart = mUnrestrictedContentHeight - riv.getHeight(); in dispatchTouchEvent()1675 if (y <= mUnrestrictedContentHeight && y >= inputStart) { in dispatchTouchEvent()1689 float bottom = mUnrestrictedContentHeight; in pointInView()