Home
last modified time | relevance | path

Searched refs:POLICY_FLAG_INTERACTIVE (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/input/
DInput.h208 POLICY_FLAG_INTERACTIVE = 0x20000000, enumerator
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp994 policyFlags |= POLICY_FLAG_INTERACTIVE; in interceptKeyBeforeQueueing()
1032 policyFlags |= POLICY_FLAG_INTERACTIVE; in interceptMotionBeforeQueueing()
1035 if (policyFlags & POLICY_FLAG_INTERACTIVE) { in interceptMotionBeforeQueueing()