Searched refs:updateRevealAmount (Results 1 – 4 of 4) sorted by relevance
186 verify(mockFullScreenController, atLeast(1)).updateRevealAmount(any()) in emitLastWakefulnessEventStartingToSleep()189 verify(mockFullScreenController, never()).updateRevealAmount(any()) in emitLastWakefulnessEventStartingToSleep()
143 controller.updateRevealAmount(calculateRevealAmount(progress)) in <lambda>()
156 controller.updateRevealAmount(animation.animatedFraction) in <lambda>()
148 fun updateRevealAmount(revealAmount: Float) { in updateRevealAmount() method in com.android.systemui.unfold.FullscreenLightRevealAnimationController