Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java192 private int mUnrestrictedContentHeight; field in NotificationContentView
595 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()
599 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()
612 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()
617 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()
832 int bottom = (int) (mUnrestrictedContentHeight - mClipBottomAmount - getTranslationY()); in updateClipping()
876 visibleWrapper.setContentHeight(mUnrestrictedContentHeight, in selectLayout()
1977 int inputStart = mUnrestrictedContentHeight - riv.getHeight();
1978 if (y <= mUnrestrictedContentHeight && y >= inputStart) {
1992 float bottom = mUnrestrictedContentHeight;