Searched refs:needsAnimation (Results 1 – 5 of 5) sorted by relevance
238 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument240 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged()451 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() argument
1309 public void notifyHeightChanged(boolean needsAnimation) {1310 super.notifyHeightChanged(needsAnimation);1311 getShowingLayout().requestSelectLayout(needsAnimation || isUserLocked());
1133 public void requestSelectLayout(boolean needsAnimation) {1134 selectLayout(needsAnimation, false);
3134 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() argument3146 if (needsAnimation) { in onHeightChanged()
1726 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() argument