Searched refs:dimValue (Results 1 – 2 of 2) sorted by relevance
378 float dimValue = getAttributeFloat(parser, "dimValue" + i, 0f); in parseWallpaperAttributes() local379 allDimAmounts.put(uid, dimValue); in parseWallpaperAttributes()
1047 final float dimValue = (float) va.getAnimatedValue(); in updateWallpaperDimming() local1050 .setAlpha(mBbqSurfaceControl, 1 - dimValue).apply(); in updateWallpaperDimming()