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.java334 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument
336 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged()
820 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() argument
DExpandableNotificationRow.java2485 public void notifyHeightChanged(boolean needsAnimation) {
2486 super.notifyHeightChanged(needsAnimation);
2487 getShowingLayout().requestSelectLayout(needsAnimation || isUserLocked());
DNotificationContentView.java1608 public void requestSelectLayout(boolean needsAnimation) { in requestSelectLayout() argument
1609 selectLayout(needsAnimation, false); in requestSelectLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java450 boolean needsAnimation = true; in processAnimationEvents()
454 needsAnimation = false; in processAnimationEvents()
471 if (needsAnimation) { in processAnimationEvents()
DNotificationStackScrollLayout.java1090 private void notifyHeightChangeListener(ExpandableView view, boolean needsAnimation) {
1092 mOnHeightChangedListener.onHeightChanged(view, needsAnimation);
4628 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
4632 notifyHeightChangeListener(view, needsAnimation);
4645 if (needsAnimation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java706 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() argument
707 if (row != null) row.notifyHeightChanged(needsAnimation); in notifyHeightChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java3212 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
3219 if (needsAnimation && mInterpolatedDarkAmount == 0) {