Searched refs:wmActions (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 457 void handleInterceptActions(jint wmActions, nsecs_t when, uint32_t& policyFlags); 1470 jint wmActions = env->CallIntMethod(mServiceObj, gServiceClassInfo.interceptKeyBeforeQueueing, in interceptKeyBeforeQueueing() local 1473 wmActions = 0; in interceptKeyBeforeQueueing() 1476 handleInterceptActions(wmActions, when, /*byref*/ policyFlags); in interceptKeyBeforeQueueing() 1506 const jint wmActions = in interceptMotionBeforeQueueing() local 1513 handleInterceptActions(wmActions, when, /*byref*/ policyFlags); in interceptMotionBeforeQueueing() 1516 void NativeInputManager::handleInterceptActions(jint wmActions, nsecs_t when, in handleInterceptActions() argument 1518 if (wmActions & WM_ACTION_PASS_TO_USER) { in handleInterceptActions()
|