OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMOTION_EVENT_AXIS_PRESSURE
(Results
1 - 9
of
9
) sorted by null
/frameworks/native/libs/input/tests/
InputEvent_test.cpp
234
pointerCoords[0].setAxisValue(
AMOTION_EVENT_AXIS_PRESSURE
, 12);
244
pointerCoords[1].setAxisValue(
AMOTION_EVENT_AXIS_PRESSURE
, 22);
260
pointerCoords[0].setAxisValue(
AMOTION_EVENT_AXIS_PRESSURE
, 112);
269
pointerCoords[1].setAxisValue(
AMOTION_EVENT_AXIS_PRESSURE
, 122);
280
pointerCoords[0].setAxisValue(
AMOTION_EVENT_AXIS_PRESSURE
, 212);
289
pointerCoords[1].setAxisValue(
AMOTION_EVENT_AXIS_PRESSURE
, 222);
InputPublisherAndConsumer_test.cpp
157
pointerCoords[i].setAxisValue(
AMOTION_EVENT_AXIS_PRESSURE
, 0.5 * i);
213
EXPECT_EQ(pointerCoords[i].getAxisValue(
AMOTION_EVENT_AXIS_PRESSURE
),
/frameworks/native/include/android/
input.h
353
AMOTION_EVENT_AXIS_PRESSURE
= 2,
479
AINPUT_MOTION_RANGE_PRESSURE =
AMOTION_EVENT_AXIS_PRESSURE
,
[
all
...]
/frameworks/native/include/input/
Input.h
402
return getAxisValue(
AMOTION_EVENT_AXIS_PRESSURE
, pointerIndex);
465
AMOTION_EVENT_AXIS_PRESSURE
, pointerIndex, historicalIndex);
/frameworks/base/services/input/
PointerController.cpp
254
c.getAxisValue(
AMOTION_EVENT_AXIS_PRESSURE
));
266
const SpriteIcon& icon = c.getAxisValue(
AMOTION_EVENT_AXIS_PRESSURE
) > 0
InputReader.cpp
[
all
...]
InputDispatcher.cpp
[
all
...]
/frameworks/base/core/jni/
android_view_MotionEvent.cpp
198
outRawPointerCoords->setAxisValue(
AMOTION_EVENT_AXIS_PRESSURE
,
263
rawPointerCoords->getAxisValue(
AMOTION_EVENT_AXIS_PRESSURE
));
280
| (1LL <<
AMOTION_EVENT_AXIS_PRESSURE
)
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
[
all
...]
Completed in 43 milliseconds