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
195
inputEventObj =
android_view_MotionEvent_obtainAsCopy
(env,
android_view_MotionEvent.cpp
80
jobject
android_view_MotionEvent_obtainAsCopy
(JNIEnv* env, const MotionEvent* event) {
[
all
...]
/frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp
796
inputEventObj =
android_view_MotionEvent_obtainAsCopy
(env,
[
all
...]
Completed in 1283 milliseconds