Home
last modified time | relevance | path

Searched refs:mUnrestrictedContentHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java176 private int mUnrestrictedContentHeight; field in NotificationContentView
572 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()