Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java284 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument
286 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged()
621 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() argument
DNotificationContentView.java1498 public void requestSelectLayout(boolean needsAnimation) {
1499 selectLayout(needsAnimation, false);
DExpandableNotificationRow.java2484 public void notifyHeightChanged(boolean needsAnimation) {
2485 super.notifyHeightChanged(needsAnimation);
2486 getShowingLayout().requestSelectLayout(needsAnimation || isUserLocked());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java449 boolean needsAnimation = true; in processAnimationEvents()
453 needsAnimation = false; in processAnimationEvents()
469 if (needsAnimation) { in processAnimationEvents()
DNotificationStackScrollLayout.java1005 private void notifyHeightChangeListener(ExpandableView view, boolean needsAnimation) {
1007 mOnHeightChangedListener.onHeightChanged(view, needsAnimation);
4456 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
4460 notifyHeightChangeListener(view, needsAnimation);
4473 if (needsAnimation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java637 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument
638 if (row != null) row.notifyHeightChanged(needsAnimation); in notifyHeightChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java2461 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() argument
2468 if (needsAnimation && mInterpolatedDarkAmount == 0) { in onHeightChanged()