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
171
MotionEvent* InputQueue::
createMotionEvent
() {
172
return mPooledInputEventFactory.
createMotionEvent
();
245
MotionEvent* event = queue->
createMotionEvent
();
/frameworks/native/libs/input/
Input.cpp
565
MotionEvent* PooledInputEventFactory::
createMotionEvent
() {
/frameworks/native/include/input/
Input.h
639
virtual MotionEvent*
createMotionEvent
() = 0;
652
virtual MotionEvent*
createMotionEvent
() { return & mMotionEvent; }
668
virtual MotionEvent*
createMotionEvent
();
Completed in 304 milliseconds