OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMOTION_EVENT_AXIS_TOUCH_MAJOR
(Results
1 - 9
of
9
) sorted by null
/frameworks/native/libs/input/tests/
InputEvent_test.cpp
236
pointerCoords[0].setAxisValue(
AMOTION_EVENT_AXIS_TOUCH_MAJOR
, 14);
246
pointerCoords[1].setAxisValue(
AMOTION_EVENT_AXIS_TOUCH_MAJOR
, 24);
262
pointerCoords[0].setAxisValue(
AMOTION_EVENT_AXIS_TOUCH_MAJOR
, 114);
271
pointerCoords[1].setAxisValue(
AMOTION_EVENT_AXIS_TOUCH_MAJOR
, 124);
282
pointerCoords[0].setAxisValue(
AMOTION_EVENT_AXIS_TOUCH_MAJOR
, 214);
291
pointerCoords[1].setAxisValue(
AMOTION_EVENT_AXIS_TOUCH_MAJOR
, 224);
InputPublisherAndConsumer_test.cpp
159
pointerCoords[i].setAxisValue(
AMOTION_EVENT_AXIS_TOUCH_MAJOR
, 1.5 * i);
217
EXPECT_EQ(pointerCoords[i].getAxisValue(
AMOTION_EVENT_AXIS_TOUCH_MAJOR
),
/frameworks/native/include/android/
input.h
355
AMOTION_EVENT_AXIS_TOUCH_MAJOR
= 4,
481
AINPUT_MOTION_RANGE_TOUCH_MAJOR =
AMOTION_EVENT_AXIS_TOUCH_MAJOR
,
[
all
...]
/frameworks/native/include/input/
Input.h
410
return getAxisValue(
AMOTION_EVENT_AXIS_TOUCH_MAJOR
, pointerIndex);
475
AMOTION_EVENT_AXIS_TOUCH_MAJOR
, pointerIndex, historicalIndex);
/frameworks/base/core/jni/
android_view_MotionEvent.cpp
202
outRawPointerCoords->setAxisValue(
AMOTION_EVENT_AXIS_TOUCH_MAJOR
,
267
rawPointerCoords->getAxisValue(
AMOTION_EVENT_AXIS_TOUCH_MAJOR
));
282
| (1LL <<
AMOTION_EVENT_AXIS_TOUCH_MAJOR
)
[
all
...]
/frameworks/native/libs/input/
Input.cpp
210
scaleAxisValue(*this,
AMOTION_EVENT_AXIS_TOUCH_MAJOR
, scaleFactor);
/frameworks/base/services/input/
InputDispatcher.cpp
[
all
...]
InputReader.cpp
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
[
all
...]
Completed in 127 milliseconds