Searched refs:needsAnimation (Results 1 – 7 of 7) sorted by relevance
300 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument302 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged()637 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() argument
1595 public void requestSelectLayout(boolean needsAnimation) {1596 selectLayout(needsAnimation, false);
2508 public void notifyHeightChanged(boolean needsAnimation) {2509 super.notifyHeightChanged(needsAnimation);2510 getShowingLayout().requestSelectLayout(needsAnimation || isUserLocked());
449 boolean needsAnimation = true; in processAnimationEvents()453 needsAnimation = false; in processAnimationEvents()465 if (needsAnimation) { in processAnimationEvents()
987 private void notifyHeightChangeListener(ExpandableView view, boolean needsAnimation) {989 mOnHeightChangedListener.onHeightChanged(view, needsAnimation);4411 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {4415 notifyHeightChangeListener(view, needsAnimation);4428 if (needsAnimation) {
707 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument708 if (row != null) row.notifyHeightChanged(needsAnimation); in notifyHeightChanged()
2157 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() argument2164 if (needsAnimation && mInterpolatedDarkAmount == 0) { in onHeightChanged()