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.java988 ? child.getMaxExpandHeight()
1015 childHeight = child.getMaxExpandHeight();
1052 ? child.getMaxExpandHeight()
DNotificationStackScrollLayout.java6532 public int getMaxExpandHeight(ExpandableView view) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1011 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());
2337 return getMaxExpandHeight();
2354 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());
2359 return getMaxExpandHeight();
2653 public int getMaxExpandHeight() {