Searched refs:surfaceControlWp (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | KeyguardUnlockAnimationControllerTest.kt | 89 private var surfaceControlWp = mock(SurfaceControl::class.java) regex 91 2 /* taskId */, 0, surfaceControlWp, false, Rect(), Rect(), 0, Point(), Rect(), Rect(), 92 mock(WindowConfiguration::class.java), false, surfaceControlWp, Rect(), 342 )).scheduleApply(captorWp.capture { sp -> sp.surface == surfaceControlWp}) 381 captorWp.capture { sp -> sp.surface == surfaceControlWp }) 412 captorWp.capture { sp -> sp.surface == surfaceControlWp })
|