Searched defs:wmActions (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp247 void handleInterceptActions(jint wmActions, nsecs_t when, uint32_t& policyFlags);
784 jint wmActions; local
786 wmActions = env->CallIntMethod(mServiceObj,
790 wmActions = 0;
796 wmActions = 0;
809 handleInterceptActions(wmActions, when, /*byref*/ policyFlags);
830 jint wmActions = env->CallIntMethod(mServiceObj, local
835 wmActions = 0;
839 handleInterceptActions(wmActions, when, /*byref*/ policyFlags);
846 void NativeInputManager::handleInterceptActions(jint wmActions, nsecs_ argument
[all...]

Completed in 49 milliseconds