Home
last modified time | relevance | path

Searched refs:getFinalActualHeight (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java268 + ExpandableViewState.getFinalActualHeight(firstView)); in updateBounds()
278 int finalHeight = ExpandableViewState.getFinalActualHeight(lastView); in updateBounds()
H A DExpandableViewState.java401 public static int getFinalActualHeight(ExpandableView view) { in getFinalActualHeight() method in ExpandableViewState