Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java543 boolean needsAnimation = true; in processAnimationEvents()
548 needsAnimation = false; in processAnimationEvents()
551 if (needsAnimation) { in processAnimationEvents()
604 needsCustomAnimation |= needsAnimation; in processAnimationEvents()
650 boolean needsAnimation = true; in processAnimationEvents()
655 needsAnimation = false; in processAnimationEvents()
658 if (needsAnimation) { in processAnimationEvents()
711 needsCustomAnimation |= needsAnimation; in processAnimationEvents()
DNotificationStackScrollLayout.java577 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
578 onChildHeightChanged(view, needsAnimation);
1018 private void notifyHeightChangeListener(ExpandableView view, boolean needsAnimation) { in notifyHeightChangeListener() argument
1020 mOnHeightChangedListener.onHeightChanged(view, needsAnimation); in notifyHeightChangeListener()
4207 void onChildHeightChanged(ExpandableView view, boolean needsAnimation) { in onChildHeightChanged() argument
4209 if (needsAnimation) { in onChildHeightChanged()
4215 notifyHeightChangeListener(view, needsAnimation); in onChildHeightChanged()
4228 if (needsAnimation) { in onChildHeightChanged()
DNotificationStackScrollLayoutController.java1940 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
1941 mView.onChildHeightChanged(view, needsAnimation);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java353 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument
355 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged()
915 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() argument
DExpandableNotificationRow.java2889 public void notifyHeightChanged(boolean needsAnimation) {
2890 super.notifyHeightChanged(needsAnimation);
2891 getShowingLayout().requestSelectLayout(needsAnimation || isUserLocked());
DNotificationContentView.java1866 public void requestSelectLayout(boolean needsAnimation) {
1867 selectLayout(needsAnimation, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java717 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument
718 if (row != null) row.notifyHeightChanged(needsAnimation); in notifyHeightChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java4415 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
4420 if (needsAnimation && mInterpolatedDarkAmount == 0) {