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

/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp289 void handleInterceptActions(jint wmActions, nsecs_t when, uint32_t& policyFlags);
886 jint wmActions; local
888 wmActions = env->CallIntMethod(mServiceObj,
892 wmActions = 0;
898 wmActions = 0;
901 handleInterceptActions(wmActions, when, /*byref*/ policyFlags);
924 jint wmActions = env->CallIntMethod(mServiceObj, local
929 wmActions = 0;
932 handleInterceptActions(wmActions, when, /*byref*/ policyFlags);
941 void NativeInputManager::handleInterceptActions(jint wmActions, nsecs_ argument
[all...]

Completed in 56 milliseconds