OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasAbsoluteAxis
(Results
1 - 6
of
6
) sorted by null
/hardware/libhardware/modules/input/evdev/
InputDevice.cpp
151
if (mDeviceNode->
hasAbsoluteAxis
(ABS_MT_POSITION_X)
152
&& mDeviceNode->
hasAbsoluteAxis
(ABS_MT_POSITION_Y)) {
162
&& mDeviceNode->
hasAbsoluteAxis
(ABS_X)
163
&& mDeviceNode->
hasAbsoluteAxis
(ABS_Y)) {
167
} else if ((mDeviceNode->
hasAbsoluteAxis
(ABS_PRESSURE) || mDeviceNode->hasKey(BTN_TOUCH))
168
&& !mDeviceNode->
hasAbsoluteAxis
(ABS_X) && !mDeviceNode->
hasAbsoluteAxis
(ABS_Y)) {
197
if (mDeviceNode->
hasAbsoluteAxis
(i)
InputHub.h
85
virtual bool
hasAbsoluteAxis
(int32_t axis) const = 0;
InputHub.cpp
108
virtual bool
hasAbsoluteAxis
(int32_t axis) const override;
291
bool EvdevDeviceNode::
hasAbsoluteAxis
(int axis) const {
/hardware/libhardware/tests/input/evdev/
InputMocks.h
58
virtual bool
hasAbsoluteAxis
(int32_t axis) const override { return mAbsAxes.count(axis); }
/frameworks/native/services/inputflinger/
InputReader.h
639
bool
hasAbsoluteAxis
(int32_t code) {
[
all
...]
InputReader.cpp
[
all
...]
Completed in 1652 milliseconds