Searched refs:getMaxExpandHeight (Results 1 – 5 of 5) sorted by relevance
61 when(mCallback.getMaxExpandHeight(any())).thenReturn(100); in testAnimationDoesntClearViewIfNewExpansionStarted()
48 int getMaxExpandHeight(ExpandableView view); in getMaxExpandHeight() method155 return mCallback.getMaxExpandHeight(mView); in getNaturalHeight()
989 ? child.getMaxExpandHeight()1016 childHeight = child.getMaxExpandHeight();1053 ? child.getMaxExpandHeight()
6572 public int getMaxExpandHeight(ExpandableView view) {
994 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());2329 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());2334 return getMaxExpandHeight();2628 public int getMaxExpandHeight() {