Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DSwipeUpGestureTutorialController.java141 @Nullable Runnable onEndRunnable) { in fadeOutFakeTaskView() argument
160 if (onEndRunnable != null) { in fadeOutFakeTaskView()
161 fadeAnim.addListener(AnimatorListeners.forSuccessCallback(onEndRunnable)); in fadeOutFakeTaskView()
195 if (onEndRunnable != null) { in fadeOutFakeTaskView()
196 anim.addListener(AnimatorListeners.forSuccessCallback(onEndRunnable)); in fadeOutFakeTaskView()
218 void animateFakeTaskViewHome(PointF finalVelocity, @Nullable Runnable onEndRunnable) { in animateFakeTaskViewHome() argument
229 if (onEndRunnable != null) { in animateFakeTaskViewHome()
230 fadeAnim.addListener(AnimatorListeners.forSuccessCallback(onEndRunnable)); in animateFakeTaskViewHome()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java468 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
472 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
477 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
480 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
485 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
489 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
494 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
499 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
510 mOnEndRunnable = onEndRunnable;
521 public void setOnEndRunnable(Runnable onEndRunnable) {
[all …]