Home
last modified time | relevance | path

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

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