Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h225 inline bool hasInputProperty(int property) const { in hasInputProperty() function
226 return mEventHub->hasInputProperty(mId, property); in hasInputProperty()
DEventHub.h179 virtual bool hasInputProperty(int32_t deviceId, int property) const = 0;
276 virtual bool hasInputProperty(int32_t deviceId, int property) const override;
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp408 mParameters.gestureMode = getDeviceContext().hasInputProperty(INPUT_PROP_SEMI_MT) in configureParameters()
424 if (getDeviceContext().hasInputProperty(INPUT_PROP_DIRECT)) { in configureParameters()
427 } else if (getDeviceContext().hasInputProperty(INPUT_PROP_POINTER)) { in configureParameters()
440 mParameters.hasButtonUnderPad = getDeviceContext().hasInputProperty(INPUT_PROP_BUTTONPAD); in configureParameters()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp428 bool EventHub::hasInputProperty(int32_t deviceId, int property) const { in hasInputProperty() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp628 virtual bool hasInputProperty(int32_t, int) const { in hasInputProperty() function in android::FakeEventHub