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