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

/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp268 void handleInterceptActions(jint wmActions, nsecs_t when, uint32_t& policyFlags);
840 jint wmActions; local
842 wmActions = env->CallIntMethod(mServiceObj,
846 wmActions = 0;
852 wmActions = 0;
855 handleInterceptActions(wmActions, when, /*byref*/ policyFlags);
877 jint wmActions = env->CallIntMethod(mServiceObj, local
882 wmActions = 0;
885 handleInterceptActions(wmActions, when, /*byref*/ policyFlags);
894 void NativeInputManager::handleInterceptActions(jint wmActions, nsecs_ argument
[all...]

Completed in 221 milliseconds