Searched refs:UinputTouchScreen (Results 1 – 8 of 8) sorted by relevance
27 import com.android.cts.input.UinputTouchScreen54 private lateinit var touchScreen: UinputTouchScreen66 touchScreen = UinputTouchScreen(instrumentation, virtualDisplayRule.virtualDisplay.display) in setUp()
37 import com.android.cts.input.UinputTouchScreen80 touchScreen = UinputTouchScreen(instrumentation, virtualDisplayRule.virtualDisplay.display) in setUp()
35 import com.android.cts.input.UinputTouchScreen67 touchScreen = UinputTouchScreen(instrumentation, virtualDisplayRule.virtualDisplay.display) in setUp()
34 import com.android.cts.input.UinputTouchScreen59 private lateinit var touchScreen: UinputTouchScreen72 touchScreen = UinputTouchScreen(mInstrumentation, display) in setup()
68 class UinputTouchScreen(instrumentation: Instrumentation, display: Display) : UinputTouchDevice( class
30 import com.android.cts.input.UinputTouchScreen in <lambda>()68 UinputTouchScreen(instrumentation, context.display).use { touchscreen -> in <lambda>()
109 import com.android.cts.input.UinputTouchScreen;243 mTouchScreen = new UinputTouchScreen(mInstrumentation, mActivity.getDisplay()); in setUp()
103 import com.android.cts.input.UinputTouchScreen;1141 try (UinputTouchDevice touch = new UinputTouchScreen(instrumentation, display); in testHandwriting_fingerTouchIsIgnored()1389 touch = new UinputTouchScreen( in testOnViewClicked_withFingerTap()