Searched refs:lockBitmap (Results 1 – 3 of 3) sorted by relevance
135 Bitmap lockBitmap = null; in onStartJob()139 lockBitmap = BitmapFactory.decodeStream(fileStream); in onStartJob()156 if (lockBitmap != null) { in onStartJob()158 BitmapUtils.generateHashCode(lockBitmap)); in onStartJob()
850 Bitmap lockBitmap = getLockWallpaperBitmap(); in setImageWallpaperLockMetadata() local851 if (lockBitmap != null) { in setImageWallpaperLockMetadata()852 saveLockWallpaperHashCode(lockBitmap); in setImageWallpaperLockMetadata()857 mWallpaper, lockBitmap, WallpaperColors.fromBitmap(lockBitmap)); in setImageWallpaperLockMetadata()883 private long saveLockWallpaperHashCode(Bitmap lockBitmap) { in saveLockWallpaperHashCode() argument884 if (lockBitmap != null) { in saveLockWallpaperHashCode()885 long bitmapHash = BitmapUtils.generateHashCode(lockBitmap); in saveLockWallpaperHashCode()
266 Bitmap lockBitmap = null; in getLockWallpaperBitmap() local276 lockBitmap = BitmapFactory.decodeStream(fileStream); in getLockWallpaperBitmap()278 return lockBitmap; in getLockWallpaperBitmap()293 return lockBitmap; in getLockWallpaperBitmap()