Searched refs:sendDown (Results 1 – 7 of 7) sorted by relevance
70 MotionEvent downEvent = MotionEvents.sendDown(136 MotionEvent downEvent = MotionEvents.sendDown(171 MotionEvent downEvent = MotionEvents.sendDown(189 downEvent = MotionEvents.sendDown(223 MotionEvent downEvent = MotionEvents.sendDown(368 MotionEvent downEvent = MotionEvents.sendDown( in performLongPress()382 MotionEvent downEvent = MotionEvents.sendDown( in performDoubleTap()397 return MotionEvents.sendDown(uiController, coordinates, precision).down; in performDoubleTap()
87 DownResultHolder res = MotionEvents.sendDown(uiController, coordinates, precision, in sendSingleTap()
207 void sendDown(const Point& point);
222 void UinputTouchScreen::sendDown(const Point& point) { in sendDown() function in android::UinputTouchScreen
1761 mDevice->sendDown(centerPoint); in TEST_P()1786 mDevice->sendDown(centerPoint); in TEST_P()1795 mDevice->sendDown(secondPoint); in TEST_P()1842 mDevice->sendDown(centerPoint); in TEST_P()1850 mDevice->sendDown(secondPoint); in TEST_P()1885 mDevice->sendDown(centerPoint); in TEST_P()1893 mDevice->sendDown(secondPoint); in TEST_P()1925 mDevice->sendDown(centerPoint); in TEST_P()1934 mDevice->sendDown(secondPoint); in TEST_P()1982 mDevice->sendDown(centerPoint); in TEST_P()[all …]
11596 bool startDrag(bool sendDown = true, int fromSource = AINPUT_SOURCE_TOUCHSCREEN) { in startDrag() argument11597 if (sendDown) { in startDrag()
309 boolean sendDown = sendEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_BACK);313 + sendDown + ", up=" + sendUp);