Searched refs:getMaxExpandHeight (Results 1 – 5 of 5) sorted by relevance
58 when(mCallback.getMaxExpandHeight(any())).thenReturn(100); in testAnimationDoesntClearViewIfNewExpansionStarted()
48 int getMaxExpandHeight(ExpandableView view); in getMaxExpandHeight() method155 return mCallback.getMaxExpandHeight(mView); in getNaturalHeight()
992 ? child.getMaxExpandHeight()1019 childHeight = child.getMaxExpandHeight();1055 ? child.getMaxExpandHeight()
1163 public int getMaxExpandHeight(ExpandableView view) { in getMaxExpandHeight() method in NotificationStackScrollLayout
657 return Math.max(getMaxExpandHeight(), mHeadsUpHeight);1568 return Math.max(getMaxExpandHeight(), mHeadsUpHeight);1573 return getMaxExpandHeight();1822 public int getMaxExpandHeight() {