Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationCallbacks.java89 onAnimationCanceled(new HashMap<>()); in notifyAnimationCanceled()
156 public final void onAnimationCanceled(HashMap<Integer, ThumbnailData> thumbnailDatas) { in onAnimationCanceled() method in RecentsAnimationCallbacks
DSystemUiProxy.kt1248 override fun onAnimationCanceled(taskIds: IntArray?, taskSnapshots: Array<TaskSnapshot>?) = in <lambda>() method in com.android.quickstep.SystemUiProxy.RecentsAnimationListenerStub
1249 listener.onAnimationCanceled(wrap(taskIds, taskSnapshots)) in <lambda>()