HomeSort by relevance Sort by last modified time
    Searched refs:AMOTION_EVENT_AXIS_TOOL_MINOR (Results 1 - 3 of 3) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
NativeAndroidInput.java 331 static final int AMOTION_EVENT_AXIS_TOOL_MINOR = 7;
702 // AINPUT_MOTION_RANGE_TOOL_MINOR = AMOTION_EVENT_AXIS_TOOL_MINOR
    [all...]
NativeInput.java 20 import static org.robolectric.shadows.NativeAndroidInput.AMOTION_EVENT_AXIS_TOOL_MINOR;
137 scaleAxisValue(this, AMOTION_EVENT_AXIS_TOOL_MINOR, scaleFactor);
463 return getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, pointerIndex);
534 return getHistoricalAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, pointerIndex, historicalIndex);
ShadowMotionEvent.java 13 import static org.robolectric.shadows.NativeAndroidInput.AMOTION_EVENT_AXIS_TOOL_MINOR;
122 outRawPointerCoords.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, pointerCoordsObj.toolMinor);
169 outPointerCoordsObj.toolMinor = rawPointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR);
180 bits.clearBit(AMOTION_EVENT_AXIS_TOOL_MINOR);
    [all...]

Completed in 180 milliseconds