Home
last modified time | relevance | path

Searched refs:sendDown (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DDragAction.java70 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()
DMouseClickAction.java87 DownResultHolder res = MotionEvents.sendDown(uiController, coordinates, precision, in sendSingleTap()
/frameworks/native/services/inputflinger/tests/
DUinputDevice.h140 void sendDown(const Point& point);
DUinputDevice.cpp169 void UinputTouchScreen::sendDown(const Point& point) { in sendDown() function in android::UinputTouchScreen
DInputReader_test.cpp2280 mDevice->sendDown(centerPoint); in TEST_F()
2302 mDevice->sendDown(centerPoint); in TEST_F()
2310 mDevice->sendDown(secondPoint + Point(1, 1)); in TEST_F()
2340 mDevice->sendDown(centerPoint); in TEST_F()
2348 mDevice->sendDown(secondPoint); in TEST_F()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java265 boolean sendDown = sendEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_BACK);
268 Log.d(DEBUG_MISSING_GESTURE_TAG, "Triggered back: down=" + sendDown