Searched refs:getMaxExpandHeight (Results 1 – 5 of 5) sorted by relevance
76 when(mCallback.getMaxExpandHeight(any())).thenReturn(100); in testAnimationDoesntClearViewIfNewExpansionStarted()
55 int getMaxExpandHeight(ExpandableView view); in getMaxExpandHeight() method177 return mCallback.getMaxExpandHeight(mView); in getNaturalHeight()
1305 ? child.getMaxExpandHeight()1332 childHeight = child.getMaxExpandHeight();1369 ? child.getMaxExpandHeight()
6513 public int getMaxExpandHeight(ExpandableView view) {
1139 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());2739 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());2744 return getMaxExpandHeight();3049 public int getMaxExpandHeight() {3844 pw.print("maxExpanded", getMaxExpandHeight());