Searched refs:hasInputProperty (Results 1 – 5 of 5) sorted by relevance
271 inline bool hasInputProperty(int32_t property) const { in hasInputProperty() function272 return mEventHub->hasInputProperty(mId, property); in hasInputProperty()
255 virtual bool hasInputProperty(int32_t deviceId, int property) const = 0;452 bool hasInputProperty(int32_t deviceId, int property) const override final;
420 mParameters.gestureMode = getDeviceContext().hasInputProperty(INPUT_PROP_SEMI_MT) in configureParameters()436 if (getDeviceContext().hasInputProperty(INPUT_PROP_DIRECT)) { in configureParameters()439 } else if (getDeviceContext().hasInputProperty(INPUT_PROP_POINTER)) { in configureParameters()452 mParameters.hasButtonUnderPad = getDeviceContext().hasInputProperty(INPUT_PROP_BUTTONPAD); in configureParameters()
831 bool EventHub::hasInputProperty(int32_t deviceId, int property) const { in hasInputProperty() function in android::EventHub
772 bool hasInputProperty(int32_t, int) const override { return false; } in hasInputProperty() function in android::FakeEventHub