Searched refs:postExecute (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/app/servertransaction/ |
D | BaseClientRequest.java | 54 default void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method
|
D | TransactionExecutor.java | 136 item.postExecute(mTransactionHandler, token, mPendingActions); in executeCallbacks() 177 lifecycleItem.postExecute(mTransactionHandler, token, mPendingActions); in executeLifecycleState()
|
D | TopResumedActivityChangeItem.java | 44 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in TopResumedActivityChangeItem
|
D | StopActivityItem.java | 47 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in StopActivityItem
|
D | ResumeActivityItem.java | 58 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in ResumeActivityItem
|
D | PauseActivityItem.java | 57 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in PauseActivityItem
|
D | ActivityRelaunchItem.java | 74 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in ActivityRelaunchItem
|
D | LaunchActivityItem.java | 88 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in LaunchActivityItem
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | WallpaperCropActivity.java | 145 final boolean moveToLeft, final Runnable postExecute) { in setCropViewTileSource() argument 181 if (postExecute != null) { in setCropViewTileSource() 182 postExecute.run(); in setCropViewTileSource()
|