Home
last modified time | relevance | path

Searched refs:executeAllAndDestroy (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DBackAnimState.kt42 springAnim?.addAnimatorListener(forEndCallback(animWait::executeAllAndDestroy)) in addOnAnimCompleteCallback()
43 ?: anim?.addListener(forEndCallback(animWait::executeAllAndDestroy)) in addOnAnimCompleteCallback()
44 ?: animWait.executeAllAndDestroy() in addOnAnimCompleteCallback()
47 springAnim?.addAnimatorListener(forEndCallback(springAnimWait::executeAllAndDestroy)) in addOnAnimCompleteCallback()
48 ?: springAnimWait.executeAllAndDestroy() in addOnAnimCompleteCallback()
51 forEndCallback(Runnable { springAnimWait.add(animWait::executeAllAndDestroy) }) in addOnAnimCompleteCallback()
52 ) ?: springAnimWait.add(animWait::executeAllAndDestroy) in addOnAnimCompleteCallback()
DAnimUtils.java121 MAIN_EXECUTOR.execute(list::executeAllAndDestroy); in completeRunnableListCallback()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DRunnableListTest.kt55 underTest.executeAllAndDestroy() in add_and_run()
64 underTest.executeAllAndDestroy() in add_to_destroyed_runnableList_run_immediately()
73 underTest.executeAllAndDestroy() in second_executeAllAndDestroy_noOp()
77 underTest.executeAllAndDestroy() in second_executeAllAndDestroy_noOp()
DLauncherModelHelper.java174 mDestroyTask.executeAllAndDestroy(); in destroy()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DGridCustomizationsProxy.java323 MAIN_EXECUTOR.execute(o.lifeCycleTracker::executeAllAndDestroy)); in getPreview()
347 MAIN_EXECUTOR.execute(lifeCycleTracker::executeAllAndDestroy); in getPreview()
405 MAIN_EXECUTOR.execute(lifeCycleTracker::executeAllAndDestroy); in handleMessage()
414 MAIN_EXECUTOR.execute(lifeCycleTracker::executeAllAndDestroy); in binderDied()
DPreviewSurfaceRenderer.java493 MAIN_EXECUTOR.execute(mLifecycleTracker::executeAllAndDestroy); in release()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/model/
DAsyncBindingTest.kt128 MAIN_EXECUTOR.submit(callbacks.pendingTasks!!::executeAllAndDestroy).get() in <lambda>()
174 callbacks.pendingTasks!!.executeAllAndDestroy() in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DRunnableList.java54 public void executeAllAndDestroy() { in executeAllAndDestroy() method in RunnableList
DViewOnDrawExecutor.java97 mTasks.executeAllAndDestroy(); in markCompleted()
DLockedUserState.kt81 mUserUnlockedActions.executeAllAndDestroy() in checkIsUserUnlocked()
DBaseContext.kt132 finishActions.executeAllAndDestroy() in onViewDestroyed()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseActivity.java472 addEventCallback(EVENT_RESUMED, wrapper.onEndCallback::executeAllAndDestroy); in getActivityLaunchOptions()
480 addEventCallback(EVENT_RESUMED, wrapper.onEndCallback::executeAllAndDestroy); in makeDefaultActivityOptions()
DLauncher.java2144 actualResult.add(result::executeAllAndDestroy);
2146 result.executeAllAndDestroy();
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleControllers.java122 mPostInitRunnables.executeAllAndDestroy(); in init()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBaseLauncherBinder.java337 MAIN_EXECUTOR.execute(onCompleteSignal::executeAllAndDestroy); in bind()
344 onCompleteSignal.executeAllAndDestroy(); in bind()
DBgDataModel.java455 pendingTasks.executeAllAndDestroy(); in onInitialBindComplete()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationController.java176 mPendingFinishCallbacks.executeAllAndDestroy(); in finishController()
DRecentsActivity.java288 result.setAnimation(anim, RecentsActivity.this, onEndCallback::executeAllAndDestroy, in getActivityLaunchOptions()
295 onEndCallback.executeAllAndDestroy(); in getActivityLaunchOptions()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DModelMultiCallbacksTest.java228 mPendingTasks.executeAllAndDestroy(); in verifySynchronouslyBound()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java338 restartedListener.register(onEndCallback::executeAllAndDestroy); in getActivityLaunchOptions()
374 mLauncher.addEventCallback(EVENT_DESTROYED, onEndCallback::executeAllAndDestroy); in getActivityLaunchOptions()
1711 onEndCallback.executeAllAndDestroy();
1985 result.setAnimation(anim, mLauncher, mOnEndCallback::executeAllAndDestroy,
1991 mOnEndCallback.executeAllAndDestroy();
2042 onEndCallback.executeAllAndDestroy();
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DGroupedTaskView.kt275 endCallback.executeAllAndDestroy() in launchAsStaticTile()
DDesktopTaskView.kt423 endCallback.executeAllAndDestroy() in <lambda>()
DTaskView.kt1356 runnableList.executeAllAndDestroy() in <lambda>()
DRecentsView.java1366 mSideTaskLaunchCallback.add(callback::executeAllAndDestroy); in addSideTaskLaunchCallback()
1401 mSideTaskLaunchCallback.executeAllAndDestroy(); in executeSideTaskLaunchCallback()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java321 mOnDragStartCallback.executeAllAndDestroy(); in onDragStart()

12