Searched refs:hasInputProperty (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/input/
H A DEventHub.h175 virtual bool hasInputProperty(int32_t deviceId, int property) const = 0;
259 virtual bool hasInputProperty(int32_t deviceId, int property) const;
H A DEventHub.cpp323 bool EventHub::hasInputProperty(int32_t deviceId, int property) const {
H A DInputReader.cpp2753 mParameters.gestureMode = getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_SEMI_MT)
2768 if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_DIRECT)) {
2771 } else if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_POINTER)) {
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp504 virtual bool hasInputProperty(int32_t deviceId, int property) const { function in class:android::FakeEventHub

Completed in 84 milliseconds