Searched refs:mCustomDimAmount (Results 1 – 1 of 1) sorted by relevance
366 private float mCustomDimAmount = 0f; field in WallpaperService.Engine1014 updateWallpaperDimming(mCustomDimAmount); in setPrimaryWallpaperColors()1023 mCustomDimAmount = Math.min(1f, dimAmount); in updateWallpaperDimming()1026 mWallpaperDimAmount = (!mShouldDimByDefault) ? mCustomDimAmount in updateWallpaperDimming()1027 : Math.max(mDefaultDimAmount, mCustomDimAmount); in updateWallpaperDimming()