Searched refs:returnDefault (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | WallpaperManager.java | 596 public Bitmap peekWallpaperBitmap(Context context, boolean returnDefault, in peekWallpaperBitmap() argument 611 public Bitmap peekWallpaperBitmap(Context context, boolean returnDefault, in peekWallpaperBitmap() argument 971 boolean returnDefault = which != FLAG_LOCK; in getDrawable() 1300 boolean returnDefault = which != FLAG_LOCK; in getFastDrawable() 1432 boolean returnDefault = which != FLAG_LOCK; in getBitmapAsUser() 1433 return getBitmapAsUser(userId, hardware, which, returnDefault); in getBitmapAsUser() 1446 @SetWallpaperFlags int which, boolean returnDefault) { in getBitmapAsUser() argument 1448 return sGlobals.peekWallpaperBitmap(mContext, returnDefault, in getBitmapAsUser() 1489 boolean returnDefault = which != FLAG_LOCK; in peekBitmapDimensions() 1490 return peekBitmapDimensions(which, returnDefault); in peekBitmapDimensions() [all …]
|