Searched refs:needsAnimation (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackStateAnimator.java | 543 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()
|
D | NotificationStackScrollLayout.java | 577 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()
|
D | NotificationStackScrollLayoutController.java | 1940 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { 1941 mView.onChildHeightChanged(view, needsAnimation);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableView.java | 353 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
|
D | ExpandableNotificationRow.java | 2889 public void notifyHeightChanged(boolean needsAnimation) { 2890 super.notifyHeightChanged(needsAnimation); 2891 getShowingLayout().requestSelectLayout(needsAnimation || isUserLocked());
|
D | NotificationContentView.java | 1866 public void requestSelectLayout(boolean needsAnimation) { 1867 selectLayout(needsAnimation, false);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 717 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/ |
D | NotificationPanelViewController.java | 4415 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { 4420 if (needsAnimation && mInterpolatedDarkAmount == 0) {
|