Searched refs:AMOTION_EVENT_AXIS_TOUCH_MAJOR (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/androidfw/tests/ |
D | InputEvent_test.cpp | 237 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 14); in initializeEventWithHistory() 247 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 24); in initializeEventWithHistory() 263 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 114); in initializeEventWithHistory() 272 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 124); in initializeEventWithHistory() 283 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 214); in initializeEventWithHistory() 292 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 224); in initializeEventWithHistory()
|
D | InputPublisherAndConsumer_test.cpp | 158 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 1.5 * i); in PublishAndConsumeMotionEvent() 216 EXPECT_EQ(pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), in PublishAndConsumeMotionEvent()
|
/frameworks/native/include/android/ |
D | input.h | 355 AMOTION_EVENT_AXIS_TOUCH_MAJOR = 4, enumerator 479 AINPUT_MOTION_RANGE_TOUCH_MAJOR = AMOTION_EVENT_AXIS_TOUCH_MAJOR,
|
/frameworks/base/include/androidfw/ |
D | Input.h | 402 return getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, pointerIndex); in getTouchMajor() 467 AMOTION_EVENT_AXIS_TOUCH_MAJOR, pointerIndex, historicalIndex); in getHistoricalTouchMajor()
|
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 203 outRawPointerCoords->setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, in pointerCoordsToNative() 268 rawPointerCoords->getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR)); in pointerCoordsFromNative() 283 | (1LL << AMOTION_EVENT_AXIS_TOUCH_MAJOR) in pointerCoordsFromNative()
|
/frameworks/base/libs/androidfw/ |
D | Input.cpp | 208 scaleAxisValue(*this, AMOTION_EVENT_AXIS_TOUCH_MAJOR, scaleFactor); in scale()
|
/frameworks/base/services/input/ |
D | InputDispatcher.cpp | 866 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), in logOutboundMotionDetailsLocked() 2399 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), in notifyMotion()
|
D | InputReader.cpp | 2662 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), in dump() 2979 mOrientedRanges.touchMajor.axis = AMOTION_EVENT_AXIS_TOUCH_MAJOR; in configureSurface() 4123 out.setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, touchMajor); in cookPointerData()
|
/frameworks/base/services/input/tests/ |
D | InputReader_test.cpp | 1429 ASSERT_NEAR(touchMajor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), 1); in assertPointerCoords()
|