Home
last modified time | relevance | path

Searched refs:scaleAxisValue (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DNativeInput.java122 static void scaleAxisValue(PointerCoords c, int axis, float scaleFactor) { in scaleAxisValue() method in NativeInput.PointerCoords
132 scaleAxisValue(this, AMOTION_EVENT_AXIS_X, scaleFactor); in scale()
133 scaleAxisValue(this, AMOTION_EVENT_AXIS_Y, scaleFactor); in scale()
134 scaleAxisValue(this, AMOTION_EVENT_AXIS_TOUCH_MAJOR, scaleFactor); in scale()
135 scaleAxisValue(this, AMOTION_EVENT_AXIS_TOUCH_MINOR, scaleFactor); in scale()
136 scaleAxisValue(this, AMOTION_EVENT_AXIS_TOOL_MAJOR, scaleFactor); in scale()
137 scaleAxisValue(this, AMOTION_EVENT_AXIS_TOOL_MINOR, scaleFactor); in scale()