Home
last modified time | relevance | path

Searched defs:shouldAutoCancel (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java631 private static boolean shouldAutoCancel(StatusBarNotification sbn) { in shouldAutoCancel() method in StatusBarNotificationActivityStarter
/aosp14/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java855 boolean shouldAutoCancel(AnimationHandler.AnimationFrameCallback anim) { in shouldAutoCancel() method in ObjectAnimator