Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java315 Runnable onEndCrop = new Runnable() { in setWallpaper() local
323 cropTask.setOnEndRunnable(onEndCrop); in setWallpaper()
338 Runnable onEndCrop = new Runnable() { in cropImageAndSetWallpaper() local
347 crop, rotation, outSize.x, outSize.y, true, false, onEndCrop); in cropImageAndSetWallpaper()
431 Runnable onEndCrop = new Runnable() { in cropImageAndSetWallpaper()
440 cropRect, cropRotation, outWidth, outHeight, true, false, onEndCrop); in cropImageAndSetWallpaper()