Searched refs:surfaceControl1 (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | KeyguardUnlockAnimationControllerTest.kt | 76 private var surfaceControl1 = mock(SurfaceControl::class.java) regex 78 0 /* taskId */, 0, surfaceControl1, false, Rect(), Rect(), 0, Point(), Rect(), Rect(), 79 mock(WindowConfiguration::class.java), false, surfaceControl1, Rect(), 146 captorSb.capture { sp -> sp.surface == surfaceControl1 }) 338 .capture { sp -> sp.surface == surfaceControl1 || sp.surface == surfaceControl2 }) 346 val remainingTargets = mutableListOf(surfaceControl1, surfaceControl2) 377 captorSb.capture { sp -> sp.surface == surfaceControl1}) 408 captorSb.capture { sp -> sp.surface == surfaceControl1 })
|