OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendMotionEvent
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java
506
sendMotionEvent
(event, MotionEvent.ACTION_HOVER_MOVE,
529
sendMotionEvent
(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits,
576
sendMotionEvent
(event, MotionEvent.ACTION_DOWN, pointerIdBits,
656
sendMotionEvent
(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
[
all
...]
/frameworks/base/core/jni/
android_view_InputEventSender.cpp
58
status_t
sendMotionEvent
(uint32_t seq, const MotionEvent* event);
128
status_t NativeInputEventSender::
sendMotionEvent
(uint32_t seq, const MotionEvent* event) {
284
status_t status = sender->
sendMotionEvent
(seq, event);
Completed in 264 milliseconds