Home
last modified time | relevance | path

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

/cts/libs/input/src/com/android/cts/input/
DUinputTouchScreen.kt22 import com.android.cts.input.UinputTouchDevice.Companion.MT_TOOL_FINGER
49 "ABS_MT_TOOL_TYPE" to AbsInfo(0, MT_TOOL_FINGER, MT_TOOL_PALM, 0, 0, 0), in createTouchScreenRegisterCommand()
DUinputTouchPad.kt22 import com.android.cts.input.UinputTouchDevice.Companion.MT_TOOL_FINGER
64 "ABS_MT_TOOL_TYPE" to AbsInfo(0, MT_TOOL_FINGER, MT_TOOL_PALM, 0, 0, 0), in createTouchPadRegisterCommand()
DUinputStylus.kt23 import com.android.cts.input.UinputTouchDevice.Companion.MT_TOOL_FINGER
55 "ABS_MT_TOOL_TYPE" to AbsInfo(0, MT_TOOL_FINGER, MT_TOOL_PALM, 0, 0, 0), in createStylusRegisterCommand()
DUinputDrawingTablet.kt22 import com.android.cts.input.UinputTouchDevice.Companion.MT_TOOL_FINGER
56 "ABS_MT_TOOL_TYPE" to AbsInfo(0, MT_TOOL_FINGER, MT_TOOL_PALM, 0, 0, 0), in createDrawingTabletRegisterCommand()
DUinputTouchDevice.kt225 sendDown(id, rotateFromScreenToTouchDeviceSpace(x, y, display), MT_TOOL_FINGER)
287 const val MT_TOOL_FINGER = 0 constant
/cts/hostsidetests/input/app/src/android/input/cts/hostside/app/
DEmulateInputDevice.kt109 touchpad.sendDown(0, pointer, UinputTouchDevice.MT_TOOL_FINGER) in <lambda>()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java433 0 /* pointerId */, new Point(x, y), UinputTouchDevice.MT_TOOL_FINGER); in injectFingerEventOnViewCenter()