Searched refs:MT_TOOL_FINGER (Results 1 – 7 of 7) sorted by relevance
/cts/libs/input/src/com/android/cts/input/ |
D | UinputTouchScreen.kt | 22 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()
|
D | UinputTouchPad.kt | 22 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()
|
D | UinputStylus.kt | 23 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()
|
D | UinputDrawingTablet.kt | 22 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()
|
D | UinputTouchDevice.kt | 225 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/ |
D | EmulateInputDevice.kt | 109 touchpad.sendDown(0, pointer, UinputTouchDevice.MT_TOOL_FINGER) in <lambda>()
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | TestUtils.java | 433 0 /* pointerId */, new Point(x, y), UinputTouchDevice.MT_TOOL_FINGER); in injectFingerEventOnViewCenter()
|