Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAnimationProperties.java35 private Consumer<Property> mAnimationCancelAction; field in AnimationProperties
54 if (mAnimationEndAction == null && mAnimationCancelAction == null) {
57 Consumer<Property> cancelAction = mAnimationCancelAction;
83 mAnimationCancelAction = listener;