Home
last modified time | relevance | path

Searched refs:getMaxExpandHeight (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DExpandHelperTest.java78 when(mCallback.getMaxExpandHeight(any())).thenReturn(100); in testAnimationDoesntClearViewIfNewExpansionStarted()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java54 int getMaxExpandHeight(ExpandableView view); in getMaxExpandHeight() method
176 return mCallback.getMaxExpandHeight(mView); in getNaturalHeight()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java1165 ? child.getMaxExpandHeight()
1192 childHeight = child.getMaxExpandHeight();
1229 ? child.getMaxExpandHeight()
H A DNotificationStackScrollLayout.java6363 public int getMaxExpandHeight(ExpandableView view) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java1090 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());
2614 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());
2619 return getMaxExpandHeight();
2943 public int getMaxExpandHeight() {