Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1148 public int getIntrinsicContentHeight() { in getIntrinsicContentHeight() method in NotificationStackScrollLayoutController
1149 return mView.getIntrinsicContentHeight(); in getIntrinsicContentHeight()
DNotificationStackScrollLayout.java1634 public int getIntrinsicContentHeight() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java2744 + mNotificationStackScrollLayoutController.getIntrinsicContentHeight(); in calculatePanelHeightShade()