Searched defs:pointer (Results 1 – 9 of 9) sorted by relevance
/cts/hostsidetests/input/app/src/android/input/cts/hostside/app/ |
D | EmulateInputDevice.kt | 83 val pointer = Point(screenSize.width / 2, screenSize.height / 2) in <lambda>() constant 106 val pointer = Point(100, 200) in <lambda>() constant 118 val pointer = Point(100, 200) in <lambda>() constant
|
/cts/tests/input/src/android/input/cts/ |
D | TouchScreenTest.kt | 92 val pointer = touchScreen.touchDown(x, y) in testSingleTouch() constant 136 val pointer = touchScreen.touchDown(location.x, location.y) in testDeviceCancel() constant 261 val pointer = touchScreen.touchDown(location.x, location.y) in testEventTime() constant
|
D | StylusButtonInputEventTest.kt | 149 val pointer = Point(100, 100) in <lambda>() constant 204 val pointer = Point(100, 100) in <lambda>() constant
|
D | MotionEventIsResampledTest.kt | 85 val pointer = touchScreen.touchDown(x, y) in testIsResampled() constant
|
D | PointerIconTest.kt | 158 val pointer = in testLoadVectorIconNoShadow() constant 291 private lateinit var pointer: Point in toString() variable in android.input.cts.PointerDevice
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/ |
D | WallpaperWindowInputTests.kt | 99 val pointer = touchScreen.touchDown(xOnScreen, yOnScreen) in checkWallpaperEvent() constant
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | SurfaceControlViewHostTests.java | 282 UinputTouchDevice.Pointer pointer = mTouchScreen.touchDown(location.x, location.y); in globalTapOnViewCenter() local 289 UinputTouchDevice.Pointer pointer = mTouchScreen.touchDown(center.x, center.y); in globalTapOnWindowCenter() local 300 UinputTouchDevice.Pointer pointer = mTouchScreen.touchDown(bounds.left, bounds.top); in globalTapOnWindowCorner() local 499 UinputTouchDevice.Pointer pointer = mTouchScreen.touchDown(displayX, displayY); in testEmbeddedViewReceivesRawInputCoordinatesInDisplaySpace() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2471/ |
D | poc.c | 58 void *pointer; /* Pointer to the data (in user space) */ member
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarInputTest.java | 403 var pointer = getDisplayCenter(passengerActivity); in doTestSingleTouchForAnyPassenger() local
|