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/
DNotificationContentView.java64 private int mUnrestrictedContentHeight; field in NotificationContentView
85 outline.setRoundRect(0, 0, view.getWidth(), mUnrestrictedContentHeight,
254 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight()); in setContentHeight()