Searched defs:needsAnimation (Results 1 - 5 of 5) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java476 notifyHeightChanged(false /* needsAnimation */);
665 notifyHeightChanged(false /* needsAnimation */);
1558 notifyHeightChanged(true /* needsAnimation */);
1605 notifyHeightChanged(false /* needsAnimation */);
1626 notifyHeightChanged(false /* needsAnimation */);
1786 notifyHeightChanged(true /* needsAnimation */);
1791 public void notifyHeightChanged(boolean needsAnimation) { argument
1792 super.notifyHeightChanged(needsAnimation);
1793 getShowingLayout().requestSelectLayout(needsAnimation || isUserLocked());
1899 notifyHeightChanged(false /* needsAnimation */);
[all...]
H A DExpandableView.java129 notifyHeightChanged(false /* needsAnimation */);
271 public void notifyHeightChanged(boolean needsAnimation) { argument
273 mOnHeightChangedListener.onHeightChanged(this, needsAnimation);
531 * @param needsAnimation whether the view height needs to be animated
533 void onHeightChanged(ExpandableView view, boolean needsAnimation); argument
H A DNotificationContentView.java1328 public void requestSelectLayout(boolean needsAnimation) { argument
1329 selectLayout(needsAnimation, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1848 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java545 mOnHeightChangedListener.onHeightChanged(view, false /* needsAnimation */);
3463 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { argument
3475 if (needsAnimation) {
4027 onHeightChanged(changedRow, false /* needsAnimation */);

Completed in 148 milliseconds