Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/servertransaction/
DBaseClientRequest.java54 default void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method
DTransactionExecutor.java136 item.postExecute(mTransactionHandler, token, mPendingActions); in executeCallbacks()
177 lifecycleItem.postExecute(mTransactionHandler, token, mPendingActions); in executeLifecycleState()
DTopResumedActivityChangeItem.java44 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in TopResumedActivityChangeItem
DStopActivityItem.java47 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in StopActivityItem
DResumeActivityItem.java58 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in ResumeActivityItem
DPauseActivityItem.java57 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in PauseActivityItem
DActivityRelaunchItem.java74 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in ActivityRelaunchItem
DLaunchActivityItem.java88 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in LaunchActivityItem
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java145 final boolean moveToLeft, final Runnable postExecute) { in setCropViewTileSource() argument
181 if (postExecute != null) { in setCropViewTileSource()
182 postExecute.run(); in setCropViewTileSource()