Home
last modified time | relevance | path

Searched refs:onBitmapChanged (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallpapers/
H A DWallpaperLocalColorExtractorTest.java190 spyColorExtractor.onBitmapChanged(bitmap); in testMiniBitmapCreation()
211 spyColorExtractor.onBitmapChanged(bitmap); in testSmallMiniBitmapCreation()
236 () -> spyColorExtractor.onBitmapChanged(bitmap), in testNewColorExtraction()
272 () -> spyColorExtractor.onBitmapChanged(bitmap), in testRemoveColors()
307 spyColorExtractor.onBitmapChanged(bitmap); in testRecomputeColorExtraction()
328 spyColorExtractor.onBitmapChanged(newBitmap); in testRecomputeColorExtraction()
344 spyColorExtractor.onBitmapChanged(bitmap); in testCleanUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/
H A DWallpaperLocalColorExtractor.java146 public void onBitmapChanged(@NonNull Bitmap bitmap) { in onBitmapChanged() method in WallpaperLocalColorExtractor
H A DImageWallpaper.java414 mWallpaperLocalColorExtractor.onBitmapChanged(mBitmap); in recomputeColorExtractorMiniBitmap()