Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java356 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument
358 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged()
885 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() argument
H A DExpandableNotificationRow.java2798 public void notifyHeightChanged(boolean needsAnimation) {
2799 super.notifyHeightChanged(needsAnimation);
2800 getShowingLayout().requestSelectLayout(needsAnimation || isUserLocked());
2809 boolean needsAnimation = mFeatureFlags.isEnabled(Flags.SENSITIVE_REVEAL_ANIM);
2810 notifyHeightChanged(needsAnimation);
H A DNotificationContentView.java1758 public void requestSelectLayout(boolean needsAnimation) {
1759 selectLayout(needsAnimation, false);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java475 boolean needsAnimation = true; in processAnimationEvents()
479 needsAnimation = false; in processAnimationEvents()
483 if (needsAnimation) { in processAnimationEvents()
H A DNotificationStackScrollLayout.java575 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
576 onChildHeightChanged(view, needsAnimation);
1099 private void notifyHeightChangeListener(ExpandableView view, boolean needsAnimation) { in notifyHeightChangeListener() argument
1101 mOnHeightChangedListener.onHeightChanged(view, needsAnimation); in notifyHeightChangeListener()
4157 void onChildHeightChanged(ExpandableView view, boolean needsAnimation) { in onChildHeightChanged() argument
4159 if (needsAnimation) { in onChildHeightChanged()
4165 notifyHeightChangeListener(view, needsAnimation); in onChildHeightChanged()
4178 if (needsAnimation) { in onChildHeightChanged()
H A DNotificationStackScrollLayoutController.java1819 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
1820 mView.onChildHeightChanged(view, needsAnimation);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java712 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument
713 if (row != null) row.notifyHeightChanged(needsAnimation); in notifyHeightChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java4381 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() argument
4386 if (needsAnimation && mInterpolatedDarkAmount == 0) { in onHeightChanged()