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()
988 ? child.getMaxExpandHeight()1015 childHeight = child.getMaxExpandHeight();1052 ? child.getMaxExpandHeight()
6532 public int getMaxExpandHeight(ExpandableView view) {
1011 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());2337 return getMaxExpandHeight();2354 return Math.max(getMaxExpandHeight(), getHeadsUpHeight());2359 return getMaxExpandHeight();2653 public int getMaxExpandHeight() {