Searched defs:dimAmount (Results 1 – 13 of 13) sorted by relevance
82 float dimAmount = Float.parseFloat(getNextArgRequired()); in setWallpaperDimAmount() local97 float dimAmount = mService.getWallpaperDimAmount(); in getWallpaperDimAmount() local
532 float dimAmount; in extractColors() local595 float dimAmount; in extractDefaultImageWallpaperColors() local2715 public void setWallpaperDimAmount(float dimAmount) throws RemoteException { in setWallpaperDimAmount()2716 setWallpaperDimAmountForUid(Binder.getCallingUid(), dimAmount); in setWallpaperDimAmount() local2728 public void setWallpaperDimAmountForUid(int uid, float dimAmount) { in setWallpaperDimAmountForUid()
210 public void onDimAmountChanged(float dimAmount) { in onDimAmountChanged()214 private void onDimAmountChangedSynchronized(float dimAmount) { in onDimAmountChangedSynchronized()251 WallpaperColors getWallpaperColors(@NonNull Bitmap bitmap, float dimAmount) { in getWallpaperColors()
521 public void onDimAmountChanged(float dimAmount) { in onDimAmountChanged()
51 oneway void applyDimming(float dimAmount); in applyDimming()
851 public void onDimAmountChanged(float dimAmount) { in onDimAmountChanged()1022 private void updateWallpaperDimming(float dimAmount) { in updateWallpaperDimming()2585 public void applyDimming(float dimAmount) throws RemoteException { in applyDimming()
475 float dimAmount = 0.7f; in testSetWallpaperDimAmount() local
256 oneway void setWallpaperDimAmount(float dimAmount); in setWallpaperDimAmount()
547 private static int calculateDarkHints(Bitmap source, float dimAmount) { in calculateDarkHints()
1677 float dimAmount = getWallpaperDimAmount(); in getWallpaperColors() local
2279 float dimAmount = 0f; in updateTheme() local
3920 public float dimAmount = 1.0f; field in WindowManager.LayoutParams
5199 final float dimAmount = (mAttrs.flags & FLAG_DIM_BEHIND) != 0 ? mAttrs.dimAmount : 0; in applyDims() local