Home
last modified time | relevance | path

Searched refs:needsAnimation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java238 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument
240 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged()
451 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() argument
DExpandableNotificationRow.java1309 public void notifyHeightChanged(boolean needsAnimation) {
1310 super.notifyHeightChanged(needsAnimation);
1311 getShowingLayout().requestSelectLayout(needsAnimation || isUserLocked());
DNotificationContentView.java1133 public void requestSelectLayout(boolean needsAnimation) {
1134 selectLayout(needsAnimation, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java3134 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() argument
3146 if (needsAnimation) { in onHeightChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1726 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() argument