Searched refs:setAnimatingSurface (Results 1 – 6 of 6) sorted by relevance
38 fun setAnimatingSurface(animating: Boolean) in setAnimatingSurface() method53 override fun setAnimatingSurface(animating: Boolean) { in setAnimatingSurface() method in com.android.systemui.keyguard.data.repository.KeyguardSurfaceBehindRepositoryImpl
51 underTest.setAnimatingSurface(true) in testSetAnimatingSurface()53 underTest.setAnimatingSurface(false) in testSetAnimatingSurface()
124 fun setAnimatingSurface(animating: Boolean) { in <lambda>() method125 repository.setAnimatingSurface(animating) in <lambda>()
34 override fun setAnimatingSurface(animating: Boolean) { in setAnimatingSurface() method in com.android.systemui.keyguard.data.repository.FakeKeyguardSurfaceBehindRepository
74 .setAnimatingSurface(anyBoolean()) in <lambda>()
175 interactor.setAnimatingSurface(translateYSpring.isRunning || alphaAnimator.isRunning) in <lambda>()