Searched refs:needsAnimation (Results 1 – 7 of 7) sorted by relevance
334 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument336 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged()820 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() argument
2485 public void notifyHeightChanged(boolean needsAnimation) {2486 super.notifyHeightChanged(needsAnimation);2487 getShowingLayout().requestSelectLayout(needsAnimation || isUserLocked());
1608 public void requestSelectLayout(boolean needsAnimation) { in requestSelectLayout() argument1609 selectLayout(needsAnimation, false); in requestSelectLayout()
450 boolean needsAnimation = true; in processAnimationEvents()454 needsAnimation = false; in processAnimationEvents()471 if (needsAnimation) { in processAnimationEvents()
1090 private void notifyHeightChangeListener(ExpandableView view, boolean needsAnimation) {1092 mOnHeightChangedListener.onHeightChanged(view, needsAnimation);4628 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {4632 notifyHeightChangeListener(view, needsAnimation);4645 if (needsAnimation) {
706 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument707 if (row != null) row.notifyHeightChanged(needsAnimation); in notifyHeightChanged()
3212 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {3219 if (needsAnimation && mInterpolatedDarkAmount == 0) {