Home
last modified time | relevance | path

Searched defs:applyDimming (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/wallpaper/
H A DIWallpaperEngine.aidl51 oneway void applyDimming(float dimAmount); in applyDimming() method
H A DWallpaperService.java2489 public void applyDimming(float dimAmount) throws RemoteException { in applyDimming() method in WallpaperService.IWallpaperEngineWrapper