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.java161 private int mUnrestrictedContentHeight; field in NotificationContentView
545 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()
549 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight()
562 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()
567 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()
766 int bottom = (int) (mUnrestrictedContentHeight - mClipBottomAmount - getTranslationY()); in updateClipping()
810 visibleWrapper.setContentHeight(mUnrestrictedContentHeight, in selectLayout()
1727 int inputStart = mUnrestrictedContentHeight - riv.getHeight();
1728 if (y <= mUnrestrictedContentHeight && y >= inputStart) {
1742 float bottom = mUnrestrictedContentHeight;