Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java260 + ExpandableViewState.getFinalActualHeight(firstView)); in updateBounds()
271 int finalHeight = ExpandableViewState.getFinalActualHeight(lastView); in updateBounds()
DExpandableViewState.java369 public static int getFinalActualHeight(ExpandableView view) { in getFinalActualHeight() method in ExpandableViewState