Home
last modified time | relevance | path

Searched refs:mockSplitSourceView (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DSplitAnimationControllerTest.kt79 private val mockSplitSourceView: View = mock() constant in com.android.quickstep.util.SplitAnimationControllerTest
99 whenever(splitSelectSource.view).thenReturn(mockSplitSourceView) in setup()