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.java300 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument
302 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged()
637 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() argument
DNotificationContentView.java1595 public void requestSelectLayout(boolean needsAnimation) {
1596 selectLayout(needsAnimation, false);
DExpandableNotificationRow.java2508 public void notifyHeightChanged(boolean needsAnimation) {
2509 super.notifyHeightChanged(needsAnimation);
2510 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()
465 if (needsAnimation) { in processAnimationEvents()
DNotificationStackScrollLayout.java987 private void notifyHeightChangeListener(ExpandableView view, boolean needsAnimation) {
989 mOnHeightChangedListener.onHeightChanged(view, needsAnimation);
4411 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
4415 notifyHeightChangeListener(view, needsAnimation);
4428 if (needsAnimation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java707 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument
708 if (row != null) row.notifyHeightChanged(needsAnimation); in notifyHeightChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java2157 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() argument
2164 if (needsAnimation && mInterpolatedDarkAmount == 0) { in onHeightChanged()