Searched refs:shadeResult (Results 1 – 1 of 1) sorted by relevance
1041 Pair<Integer, Float> shadeResult = calculateBackStateForState( in applyState() local1043 behindAlpha = MathUtils.lerp(behindAlpha, shadeResult.second, in applyState()1045 behindTint = ColorUtils.blendARGB(behindTint, shadeResult.first, in applyState()