Searched refs:needsAnimation (Results 1 – 7 of 7) sorted by relevance
284 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument286 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged()621 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() argument
1498 public void requestSelectLayout(boolean needsAnimation) {1499 selectLayout(needsAnimation, false);
2484 public void notifyHeightChanged(boolean needsAnimation) {2485 super.notifyHeightChanged(needsAnimation);2486 getShowingLayout().requestSelectLayout(needsAnimation || isUserLocked());
449 boolean needsAnimation = true; in processAnimationEvents()453 needsAnimation = false; in processAnimationEvents()469 if (needsAnimation) { in processAnimationEvents()
1005 private void notifyHeightChangeListener(ExpandableView view, boolean needsAnimation) {1007 mOnHeightChangedListener.onHeightChanged(view, needsAnimation);4456 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {4460 notifyHeightChangeListener(view, needsAnimation);4473 if (needsAnimation) {
637 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument638 if (row != null) row.notifyHeightChanged(needsAnimation); in notifyHeightChanged()
2461 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() argument2468 if (needsAnimation && mInterpolatedDarkAmount == 0) { in onHeightChanged()