Searched defs:needsAnimation (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java172 notifyHeightChanged(false /* needsAnimation */);
301 public void notifyHeightChanged(boolean needsAnimation) { argument
303 mOnHeightChangedListener.onHeightChanged(this, needsAnimation);
424 * @param needsAnimation whether the view height needs to be animated
426 void onHeightChanged(ExpandableView view, boolean needsAnimation); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1869 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java329 mOnHeightChangedListener.onHeightChanged(view, false /* needsAnimation */);
2310 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { argument
2315 if (needsAnimation) {
2798 onHeightChanged(changedRow, false /* needsAnimation */);

Completed in 90 milliseconds