Searched refs:surfaceControlWp (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | KeyguardUnlockAnimationControllerTest.kt | 95 private var surfaceControlWp = mock(SurfaceControl::class.java) in <lambda>() variable 97 2 /* taskId */, 0, surfaceControlWp, false, Rect(), Rect(), 0, Point(), Rect(), Rect(), in <lambda>() 98 mock(WindowConfiguration::class.java), false, surfaceControlWp, Rect(), in <lambda>() 354 )).scheduleApply(captorWp.capture { sp -> sp.surface == surfaceControlWp}) in <lambda>() 398 captorWp.capture { sp -> sp.surface == surfaceControlWp }) in <lambda>() 434 captorWp.capture { sp -> sp.surface == surfaceControlWp }) in <lambda>()
|