Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperCropActivity.java294 if (req.postExecute != null) { in onLoadRequestComplete()
295 req.postExecute.run(); in onLoadRequestComplete()
303 Runnable postExecute) { in setCropViewTileSource() argument
308 req.postExecute = postExecute; in setCropViewTileSource()
469 Runnable postExecute;