Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1039 public int getIntrinsicContentHeight() { in getIntrinsicContentHeight() method in NotificationStackScrollLayoutController
1040 return mView.getIntrinsicContentHeight(); in getIntrinsicContentHeight()
H A DNotificationStackScrollLayout.java1543 public int getIntrinsicContentHeight() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java2592 + mNotificationStackScrollLayoutController.getIntrinsicContentHeight(); in calculatePanelHeightShade()