Searched refs:wmActions (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 312 void handleInterceptActions(jint wmActions, nsecs_t when, uint32_t& policyFlags); 1003 jint wmActions; in interceptKeyBeforeQueueing() local 1005 wmActions = env->CallIntMethod(mServiceObj, in interceptKeyBeforeQueueing() 1009 wmActions = 0; in interceptKeyBeforeQueueing() 1015 wmActions = 0; in interceptKeyBeforeQueueing() 1018 handleInterceptActions(wmActions, when, /*byref*/ policyFlags); in interceptKeyBeforeQueueing() 1042 jint wmActions = env->CallIntMethod(mServiceObj, in interceptMotionBeforeQueueing() local 1047 wmActions = 0; in interceptMotionBeforeQueueing() 1050 handleInterceptActions(wmActions, when, /*byref*/ policyFlags); in interceptMotionBeforeQueueing() 1059 void NativeInputManager::handleInterceptActions(jint wmActions, nsecs_t when, in handleInterceptActions() argument [all …]
|