Searched refs:getAxis (Results 1 – 13 of 13) sorted by relevance
1586 return arg0.getAxis() - arg1.getAxis(); in compare()1620 if (range.getAxis() == MotionEvent.AXIS_HAT_X || in pollInputDevices()1621 range.getAxis() == MotionEvent.AXIS_HAT_Y) { in pollInputDevices()1683 …float value = ( event.getAxisValue( range.getAxis(), actionPointerIndex) - range.getMin() ) / rang… in handleMotionEvent()1687 … int hatX = Math.round(event.getAxisValue( joystick.hats.get(i).getAxis(), actionPointerIndex ) ); in handleMotionEvent()1688 …int hatY = Math.round(event.getAxisValue( joystick.hats.get(i+1).getAxis(), actionPointerIndex ) ); in handleMotionEvent()
43 const SkFixed* getAxis() const { return fAxis.get(); } in getAxis() function
133 stream->write32(fFontData->getAxis()[i]); in serialize()
53 const SkFixed* getAxis() const { return fAxis.get(); } in getAxis() function
113 data->getAxis(), in onMakeClone()
109 data->getAxis(), in onMakeClone()
379 coords[i] = data.getAxis()[i]; in ft_face_setup_axes()390 rec->fAxes[i] = data.getAxis()[i]; in ft_face_setup_axes()
2845 double value = SkTPin(SkFixedToDouble(fontData->getAxis()[i]), minDouble, maxDouble); in copy_axes()
467 const SkFixed* axis = fontData->getAxis(); in makeTypeface()
140 REPORTER_ASSERT(reporter, fontData->getAxis()[0] == -SK_Fixed1); in DEF_TEST()
108 data->getAxis(), in onMakeClone()
280 coords[i] = data.getAxis()[i]; in setupAxes()
77890 + const SkFixed* axis = fontData->getAxis();