Home
last modified time | relevance | path

Searched refs:setInRemovalAnimation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java446 changingView.setInRemovalAnimation(true); in processAnimationEvents()
450 changingView.setInRemovalAnimation(false); in processAnimationEvents()
455 changingView.setInRemovalAnimation(true); in processAnimationEvents()
458 changingView.setInRemovalAnimation(false); in processAnimationEvents()
564 changingView.setInRemovalAnimation(true); in processAnimationEvents()
568 changingView.setInRemovalAnimation(false); in processAnimationEvents()
576 changingView.setInRemovalAnimation(false); in processAnimationEvents()
582 changingView.setInRemovalAnimation(true); in processAnimationEvents()
674 changingView.setInRemovalAnimation(true); in processAnimationEvents()
678 changingView.setInRemovalAnimation(false); in processAnimationEvents()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java625 public void setInRemovalAnimation(boolean inRemovalAnimation) { in setInRemovalAnimation() method in ExpandableView