Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUnfoldTransitionTest.kt104 val rightView = View(getContext()) regex
106 `when`(parent.findViewById<View>(R.id.notification_stack_scroller)).thenReturn(rightView)
108 moveAndValidate(listOf(leftView to LEFT, rightView to RIGHT))
109 moveAndValidate(listOf(leftView to LEFT, rightView to RIGHT))