Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java574 @Nullable InflationCallback endListener, NotificationEntry entry, in finishIfDone() argument
655 if (endListener != null) { in finishIfDone()
656 endListener.onAsyncInflationFinished(entry); in finishIfDone()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java472 Runnable endListener; in getLauncherContentAnimator() local
510 endListener = () -> { in getLauncherContentAnimator()
516 endListener = composeViewContentAnimator(launcherAnimator, alphas, scales); in getLauncherContentAnimator()
583 endListener = () -> { in getLauncherContentAnimator()
596 return new Pair<>(launcherAnimator, endListener); in getLauncherContentAnimator()