Searched refs:setWallpaperDimAmount (Results 1 – 8 of 8) sorted by relevance
45 return setWallpaperDimAmount(); in onCommand()81 private int setWallpaperDimAmount() { in setWallpaperDimAmount() method in WallpaperManagerShellCommand84 mService.setWallpaperDimAmount(dimAmount); in setWallpaperDimAmount()
2715 public void setWallpaperDimAmount(float dimAmount) throws RemoteException { in setWallpaperDimAmount() method in WallpaperManagerService
130 verify(mWallpaperManager).setWallpaperDimAmount(eq(0.6f)); in apply_appliesEffects()147 verify(mWallpaperManager).setWallpaperDimAmount(eq(0.6f)); in apply_removesEffects()155 verify(mWallpaperManager).setWallpaperDimAmount(eq(0.0f)); in apply_removesEffects()226 verify(mWallpaperManager).setWallpaperDimAmount(eq(0.6f)); in apply_someEffects_onlyThoseEffectsApplied()238 verify(mWallpaperManager).setWallpaperDimAmount(eq(0.6f)); in apply_onlyEffectDeltaApplied()245 verify(mWallpaperManager).setWallpaperDimAmount(eq(0.0f)); in apply_onlyEffectDeltaApplied()335 doThrow(new RuntimeException()).when(mWallpaperManager).setWallpaperDimAmount(anyFloat()); in apply_servicesThrow_noCrash()
476 mService.setWallpaperDimAmount(dimAmount); in testSetWallpaperDimAmount()493 mService.setWallpaperDimAmount(0.6f); in testGetAdjustedWallpaperColorsOnDimming()502 mService.setWallpaperDimAmount(0f); in testGetAdjustedWallpaperColorsOnDimming()515 mService.setWallpaperDimAmount(0.6f); in testGetAdjustedWallpaperColorsOnDimming()
102 mWallpaperManager.setWallpaperDimAmount( in apply()
256 oneway void setWallpaperDimAmount(float dimAmount); in setWallpaperDimAmount() method
2828 public void setWallpaperDimAmount(@FloatRange (from = 0f, to = 1f) float dimAmount) { in setWallpaperDimAmount() method2834 sGlobals.mService.setWallpaperDimAmount(MathUtils.saturate(dimAmount)); in setWallpaperDimAmount()
1258 …android.Manifest.permission.SET_WALLPAPER_DIM_AMOUNT) public void setWallpaperDimAmount(@FloatRang…