Home
last modified time | relevance | path

Searched refs:POLICY_FLAG_INJECTED_FROM_ACCESSIBILITY (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManagerPolicyConstants.java19 import static android.os.IInputConstants.POLICY_FLAG_INJECTED_FROM_ACCESSIBILITY;
37 int FLAG_INJECTED_FROM_ACCESSIBILITY = POLICY_FLAG_INJECTED_FROM_ACCESSIBILITY;
/frameworks/native/libs/input/android/os/
DIInputConstants.aidl49 const int POLICY_FLAG_INJECTED_FROM_ACCESSIBILITY = 0x20000; field
/frameworks/native/include/input/
DInput.h333 POLICY_FLAG_INJECTED_FROM_ACCESSIBILITY = enumerator
334 android::os::IInputConstants::POLICY_FLAG_INJECTED_FROM_ACCESSIBILITY,
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4818 if (policyFlags & POLICY_FLAG_INJECTED_FROM_ACCESSIBILITY) { in injectInputEvent()
4881 if (policyFlags & POLICY_FLAG_INJECTED_FROM_ACCESSIBILITY) { in injectInputEvent()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp9059 testInjectedKey(POLICY_FLAG_FILTERED | POLICY_FLAG_INJECTED_FROM_ACCESSIBILITY, in TEST_F()
9066 testInjectedMotion(POLICY_FLAG_FILTERED | POLICY_FLAG_INJECTED_FROM_ACCESSIBILITY, in TEST_F()