Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInput.h270 POLICY_FLAG_INTERACTIVE = 0x20000000, enumerator
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp135 static_assert(static_cast<common::V1_0::PolicyFlag>(POLICY_FLAG_INTERACTIVE) == in getPolicyFlags()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1208 policyFlags |= POLICY_FLAG_INTERACTIVE; in interceptKeyBeforeQueueing()
1247 policyFlags |= POLICY_FLAG_INTERACTIVE; in interceptMotionBeforeQueueing()
1250 if (policyFlags & POLICY_FLAG_INTERACTIVE) { in interceptMotionBeforeQueueing()