Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java994 public int getIntrinsicContentHeight() { in getIntrinsicContentHeight() method in NotificationStackScrollLayoutController
995 return mView.getIntrinsicContentHeight(); in getIntrinsicContentHeight()
H A DNotificationStackScrollLayout.java1406 public int getIntrinsicContentHeight() {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java2899 + mNotificationStackScrollLayoutController.getIntrinsicContentHeight(); in calculatePanelHeightShade()