Searched refs:AMOTION_EVENT_AXIS_TOOL_MINOR (Results 1 – 3 of 3) sorted by relevance
20 import static org.robolectric.shadows.NativeAndroidInput.AMOTION_EVENT_AXIS_TOOL_MINOR;137 scaleAxisValue(this, AMOTION_EVENT_AXIS_TOOL_MINOR, scaleFactor); in scale()463 return getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, pointerIndex); in getToolMinor()534 return getHistoricalAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, pointerIndex, historicalIndex); in getHistoricalToolMinor()
331 static final int AMOTION_EVENT_AXIS_TOOL_MINOR = 7; field in NativeAndroidInput
13 import static org.robolectric.shadows.NativeAndroidInput.AMOTION_EVENT_AXIS_TOOL_MINOR;122 outRawPointerCoords.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, pointerCoordsObj.toolMinor); in pointerCoordsToNative()169 outPointerCoordsObj.toolMinor = rawPointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR); in pointerCoordsFromNative()180 bits.clearBit(AMOTION_EVENT_AXIS_TOOL_MINOR); in pointerCoordsFromNative()