OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_view_MotionEvent_obtainAsCopy
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/
android_view_MotionEvent.h
29
extern jobject
android_view_MotionEvent_obtainAsCopy
(JNIEnv* env, const MotionEvent* event);
android_view_InputEventReceiver.cpp
300
inputEventObj =
android_view_MotionEvent_obtainAsCopy
(env, motionEvent);
android_view_MotionEvent.cpp
82
jobject
android_view_MotionEvent_obtainAsCopy
(JNIEnv* env, const MotionEvent* event) {
[
all
...]
/frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp
850
inputEventObj =
android_view_MotionEvent_obtainAsCopy
(env,
[
all
...]
Completed in 77 milliseconds