Searched refs:mUnrestrictedContentHeight (Results 1 – 1 of 1) sorted by relevance
176 private int mUnrestrictedContentHeight; field in NotificationContentView535 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()539 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()552 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()557 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()765 int bottom = (int) (mUnrestrictedContentHeight - mClipBottomAmount - getTranslationY()); in updateClipping()809 visibleWrapper.setContentHeight(mUnrestrictedContentHeight, in selectLayout()1862 int inputStart = mUnrestrictedContentHeight - riv.getHeight(); in dispatchTouchEvent()1863 if (y <= mUnrestrictedContentHeight && y >= inputStart) { in dispatchTouchEvent()1877 float bottom = mUnrestrictedContentHeight; in pointInView()