OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMOTION_EVENT_AXIS_TOOL_MINOR
(Results
1 - 9
of
9
) sorted by null
/frameworks/native/libs/input/tests/
InputEvent_test.cpp
239
pointerCoords[0].setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MINOR
, 17);
249
pointerCoords[1].setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MINOR
, 27);
265
pointerCoords[0].setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MINOR
, 117);
274
pointerCoords[1].setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MINOR
, 127);
285
pointerCoords[0].setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MINOR
, 217);
294
pointerCoords[1].setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MINOR
, 227);
InputPublisherAndConsumer_test.cpp
223
EXPECT_EQ(pointerCoords[i].getAxisValue(
AMOTION_EVENT_AXIS_TOOL_MINOR
),
/frameworks/native/include/android/
input.h
358
AMOTION_EVENT_AXIS_TOOL_MINOR
= 7,
484
AINPUT_MOTION_RANGE_TOOL_MINOR =
AMOTION_EVENT_AXIS_TOOL_MINOR
,
[
all
...]
/frameworks/native/include/input/
Input.h
422
return getAxisValue(
AMOTION_EVENT_AXIS_TOOL_MINOR
, pointerIndex);
490
AMOTION_EVENT_AXIS_TOOL_MINOR
, pointerIndex, historicalIndex);
/frameworks/base/core/jni/
android_view_MotionEvent.cpp
208
outRawPointerCoords->setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MINOR
,
273
rawPointerCoords->getAxisValue(
AMOTION_EVENT_AXIS_TOOL_MINOR
));
285
| (1LL <<
AMOTION_EVENT_AXIS_TOOL_MINOR
)
[
all
...]
/frameworks/native/libs/input/
Input.cpp
213
scaleAxisValue(*this,
AMOTION_EVENT_AXIS_TOOL_MINOR
, scaleFactor);
/frameworks/base/services/input/
InputDispatcher.cpp
[
all
...]
InputReader.cpp
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
[
all
...]
Completed in 37 milliseconds