Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
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);
503 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
510 mOnEndRunnable = onEndRunnable;
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java395 Runnable onEndRunnable); in performAddAnimation() argument