Searched defs:srcBitmap (Results 1 – 2 of 2) sorted by relevance
204 Bitmap srcBitmap = ((TestAsset) mTestStaticWallpaper.getAsset(context)).getBitmap(); in testClickSetWallpaper_Success_HomeScreen() local233 Bitmap srcBitmap = ((TestAsset) mTestStaticWallpaper.getAsset(context)).getBitmap(); in testClickSetWallpaper_Success_LockScreen() local264 Bitmap srcBitmap = ((TestAsset) mTestStaticWallpaper.getAsset(context)).getBitmap(); in testClickSetWallpaper_Success_BothHomeAndLockScreen() local306 Bitmap srcBitmap = ((TestAsset) mTestStaticWallpaper.getAsset(context)).getBitmap(); in testClickSetWallpaper_Fails_HomeScreen_ShowsErrorDialog() local348 Bitmap srcBitmap = ((TestAsset) mTestStaticWallpaper.getAsset(context)).getBitmap(); in testClickSetWallpaper_Fails_LockScreen_ShowsErrorDialog() local389 Bitmap srcBitmap = ((TestAsset) mTestStaticWallpaper.getAsset(context)).getBitmap(); in testClickSetWallpaper_Fails_BothHomeAndLock_ShowsErrorDialog() local
654 private void precomputeThumbnailPaint(Bitmap srcBitmap, int rotation) { in precomputeThumbnailPaint()744 private Bitmap cropCenterBitmap(Bitmap srcBitmap) { in cropCenterBitmap()