Searched refs:shouldFadeOutOnFinish (Results 1 – 2 of 2) sorted by relevance
333 public void cropImageAndSetWallpaper(Resources res, int resId, boolean shouldFadeOutOnFinish) { in cropImageAndSetWallpaper() argument345 shouldFadeOutOnFinish); in cropImageAndSetWallpaper()355 boolean shouldFadeOutOnFinish) { in cropImageAndSetWallpaper() argument419 shouldFadeOutOnFinish); in cropImageAndSetWallpaper()454 public CropAndFinishHandler(Point bounds, boolean shouldFadeOutOnFinish) {456 mShouldFadeOutOnFinish = shouldFadeOutOnFinish;
65 boolean shouldFadeOutOnFinish = a.getWallpaperParallaxOffset() == 0f; in onSave()66 a.cropImageAndSetWallpaper(mUri, h, shouldFadeOutOnFinish); in onSave()