Searched refs:getBurnInProgressOffset (Results 1 – 3 of 3) sorted by relevance
20 import static com.android.systemui.doze.util.BurnInHelperKt.getBurnInProgressOffset;122 mBurnInProgress = MathUtils.lerp(0f, getBurnInProgressOffset(), mInterpolatedDarkAmount); in updateBurnInOffsets()
44 fun getBurnInProgressOffset(): Float { regex
26 import static com.android.systemui.doze.util.BurnInHelperKt.getBurnInProgressOffset;407 float progress = MathUtils.lerp(0f, getBurnInProgressOffset(), mInterpolatedDarkAmount); in updateBurnInOffsets()