Searched refs:AMOTION_EVENT_AXIS_TOOL_MAJOR (Results 1 – 3 of 3) sorted by relevance
19 import static org.robolectric.shadows.NativeAndroidInput.AMOTION_EVENT_AXIS_TOOL_MAJOR;136 scaleAxisValue(this, AMOTION_EVENT_AXIS_TOOL_MAJOR, scaleFactor); in scale()459 return getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, pointerIndex); in getToolMajor()530 return getHistoricalAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, pointerIndex, historicalIndex); in getHistoricalToolMajor()
317 static final int AMOTION_EVENT_AXIS_TOOL_MAJOR = 6; field in NativeAndroidInput
12 import static org.robolectric.shadows.NativeAndroidInput.AMOTION_EVENT_AXIS_TOOL_MAJOR;121 outRawPointerCoords.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, pointerCoordsObj.toolMajor); in pointerCoordsToNative()168 outPointerCoordsObj.toolMajor = rawPointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR); in pointerCoordsFromNative()179 bits.clearBit(AMOTION_EVENT_AXIS_TOOL_MAJOR); in pointerCoordsFromNative()