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.java58 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/stack/
DNotificationChildrenContainer.java992 ? child.getMaxExpandHeight()
1019 childHeight = child.getMaxExpandHeight();
1055 ? child.getMaxExpandHeight()
DNotificationStackScrollLayout.java1163 public int getMaxExpandHeight(ExpandableView view) { in getMaxExpandHeight() method in NotificationStackScrollLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java657 return Math.max(getMaxExpandHeight(), mHeadsUpHeight);
1568 return Math.max(getMaxExpandHeight(), mHeadsUpHeight);
1573 return getMaxExpandHeight();
1822 public int getMaxExpandHeight() {