OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMOTION_EVENT_AXIS_TOOL_MAJOR
(Results
1 - 9
of
9
) sorted by null
/frameworks/native/libs/input/tests/
InputEvent_test.cpp
238
pointerCoords[0].setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
, 16);
248
pointerCoords[1].setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
, 26);
264
pointerCoords[0].setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
, 116);
273
pointerCoords[1].setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
, 126);
284
pointerCoords[0].setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
, 216);
293
pointerCoords[1].setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
, 226);
InputPublisherAndConsumer_test.cpp
161
pointerCoords[i].setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
, 2.5 * i);
162
pointerCoords[i].setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
, 2.7 * i);
221
EXPECT_EQ(pointerCoords[i].getAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
),
/frameworks/native/include/android/
input.h
357
AMOTION_EVENT_AXIS_TOOL_MAJOR
= 6,
483
AINPUT_MOTION_RANGE_TOOL_MAJOR =
AMOTION_EVENT_AXIS_TOOL_MAJOR
,
[
all
...]
/frameworks/native/include/input/
Input.h
418
return getAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
, pointerIndex);
485
AMOTION_EVENT_AXIS_TOOL_MAJOR
, pointerIndex, historicalIndex);
/frameworks/base/core/jni/
android_view_MotionEvent.cpp
206
outRawPointerCoords->setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
,
271
rawPointerCoords->getAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
));
284
| (1LL <<
AMOTION_EVENT_AXIS_TOOL_MAJOR
)
[
all
...]
/frameworks/native/libs/input/
Input.cpp
212
scaleAxisValue(*this,
AMOTION_EVENT_AXIS_TOOL_MAJOR
, scaleFactor);
/frameworks/base/services/input/
InputDispatcher.cpp
[
all
...]
InputReader.cpp
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
[
all
...]
Completed in 346 milliseconds