Home
last modified time | relevance | path

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

/cts/tests/mediapc/requirements/
Drequirements.pb.go257 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
271 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
326 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
340 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
427 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
441 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
500 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
514 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
578 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
592 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
[all …]
/cts/libs/input/src/com/android/cts/input/
DUinputTouchDevice.kt191 fun touchDown(x: Int, y: Int): Pointer { in touchDown()
194 return Pointer(pointerId, x, y) in touchDown()
216 inner class Pointer( class
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java282 UinputTouchDevice.Pointer pointer = mTouchScreen.touchDown(location.x, location.y); in globalTapOnViewCenter()
289 UinputTouchDevice.Pointer pointer = mTouchScreen.touchDown(center.x, center.y); in globalTapOnWindowCenter()
300 UinputTouchDevice.Pointer pointer = mTouchScreen.touchDown(bounds.left, bounds.top); in globalTapOnWindowCorner()
499 UinputTouchDevice.Pointer pointer = mTouchScreen.touchDown(displayX, displayY); in testEmbeddedViewReceivesRawInputCoordinatesInDisplaySpace()