Home
last modified time | relevance | path

Searched refs:INTERCEPTS_STYLUS (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/input/android/os/
DInputConfig.aidl146 INTERCEPTS_STYLUS = 1 << 15, enumConstant
/frameworks/native/libs/gui/include/gui/
DWindowInfo.h175 INTERCEPTS_STYLUS = enumerator
176 static_cast<uint32_t>(os::InputConfig::INTERCEPTS_STYLUS),
/frameworks/base/services/core/java/com/android/server/inputmethod/
DHandwritingEventReceiverSurface.java60 | InputConfig.INTERCEPTS_STYLUS; in HandwritingEventReceiverSurface()
/frameworks/base/core/java/android/view/
DInputWindowHandle.java68 InputConfig.INTERCEPTS_STYLUS,
/frameworks/native/libs/gui/
DWindowInfo.cpp85 return inputConfig.test(InputConfig::INTERCEPTS_STYLUS); in interceptsStylus()
/frameworks/native/services/inputflinger/tests/
DFakeWindows.h172 mInfo.setInputConfig(InputConfig::INTERCEPTS_STYLUS, interceptsStylus); in setInterceptsStylus()