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.java76 when(mCallback.getMaxExpandHeight(any())).thenReturn(100); in testAnimationDoesntClearViewIfNewExpansionStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java55 int getMaxExpandHeight(ExpandableView view); in getMaxExpandHeight() method
177 return mCallback.getMaxExpandHeight(mView); in getNaturalHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1305 ? child.getMaxExpandHeight()
1332 childHeight = child.getMaxExpandHeight();
1369 ? child.getMaxExpandHeight()
DNotificationStackScrollLayout.java6513 public int getMaxExpandHeight(ExpandableView view) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1139 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());
2739 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());
2744 return getMaxExpandHeight();
3049 public int getMaxExpandHeight() {
3844 pw.print("maxExpanded", getMaxExpandHeight());