Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DExpandHelperTest.java61 when(mCallback.getMaxExpandHeight(any())).thenReturn(100); in testAnimationDoesntClearViewIfNewExpansionStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java48 int getMaxExpandHeight(ExpandableView view); in getMaxExpandHeight() method
155 return mCallback.getMaxExpandHeight(mView); in getNaturalHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java989 ? child.getMaxExpandHeight()
1016 childHeight = child.getMaxExpandHeight();
1053 ? child.getMaxExpandHeight()
DNotificationStackScrollLayout.java6572 public int getMaxExpandHeight(ExpandableView view) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java994 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());
2329 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());
2334 return getMaxExpandHeight();
2628 public int getMaxExpandHeight() {