Searched refs:hasInputProperty (Results 1 – 4 of 4) sorted by relevance
181 virtual bool hasInputProperty(int32_t deviceId, int property) const = 0;280 virtual bool hasInputProperty(int32_t deviceId, int property) const;
3305 mParameters.gestureMode = getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_SEMI_MT) in configureParameters()3320 if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_DIRECT)) { in configureParameters()3323 } else if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_POINTER)) { in configureParameters()3337 getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_BUTTONPAD); in configureParameters()
392 bool EventHub::hasInputProperty(int32_t deviceId, int property) const { in hasInputProperty() function in android::EventHub
562 virtual bool hasInputProperty(int32_t, int) const { in hasInputProperty() function in android::FakeEventHub