OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createMotionEvent
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/
android_view_InputQueue.cpp
169
MotionEvent* InputQueue::
createMotionEvent
() {
170
return mPooledInputEventFactory.
createMotionEvent
();
243
MotionEvent* event = queue->
createMotionEvent
();
/frameworks/native/libs/input/
Input.cpp
619
MotionEvent* PooledInputEventFactory::
createMotionEvent
() {
/frameworks/native/include/input/
Input.h
578
virtual MotionEvent*
createMotionEvent
() = 0;
591
virtual MotionEvent*
createMotionEvent
() { return & mMotionEvent; }
607
virtual MotionEvent*
createMotionEvent
();
Completed in 40 milliseconds