Home
last modified time | relevance | path

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

/aosp14/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 …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java392 Runnable onEndRunnable); in performAddAnimation() argument