Home
last modified time | relevance | path

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

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