Home
last modified time | relevance | path

Searched refs:onComputeColors (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wallpaper/
DWallpaperServiceTests.java62 public WallpaperColors onComputeColors() { in testNotifyColorsChanged_rateLimit()
/frameworks/libs/systemui/toruslib/torus-core/src/main/java/com/google/android/torus/core/wallpaper/
DLiveWallpaper.kt352 override fun onComputeColors(): WallpaperColors? { in onComputeColors() method in com.google.android.torus.core.wallpaper.LiveWallpaper.LiveWallpaperEngineWrapper
362 return super.onComputeColors() in onComputeColors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/
DImageWallpaper.java479 public @Nullable WallpaperColors onComputeColors() { in onComputeColors() method in ImageWallpaper.CanvasEngine
481 return mWallpaperLocalColorExtractor.onComputeColors(); in onComputeColors()
DWallpaperLocalColorExtractor.java228 public WallpaperColors onComputeColors() { in onComputeColors() method in WallpaperLocalColorExtractor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallpapers/
DWallpaperLocalColorExtractorTest.java361 spyColorExtractor.onComputeColors(); in testRecomputeColors()
374 spyColorExtractor.onComputeColors(); in testRecomputeColorsBeforeBitmapLoaded()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java939 final WallpaperColors newColors = onComputeColors(); in notifyColorsChanged()
967 public @Nullable WallpaperColors onComputeColors() { in onComputeColors() method in WallpaperService.Engine
2753 WallpaperColors colors = mEngine.onComputeColors(); in executeMessage()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt41778 method @MainThread @Nullable public android.app.WallpaperColors onComputeColors();