HomeSort by relevance Sort by last modified time
    Searched defs:AXIS (Results 1 - 15 of 15) sorted by null

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/
AndroidControllerEvent.java 24 public static final int AXIS = 2;
33 /** the code for the even source, e.g. button keycode, axis index **/
35 /** the axis value if this is an #AXIS event **/
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-gwt/src/com/badlogic/gdx/controllers/gwt/
GwtControllerEvent.java 25 public static final int AXIS = 2;
34 /** the code for the even source, e.g. button keycode, axis index **/
36 /** the value if this is an #AXIS, a #BUTTON_DOWN, or a #BUTTON_UP event **/
  /external/autotest/client/site_tests/firmware_TouchMTB/
touch_device.py 15 from firmware_constants import AXIS
18 # Define AbsAxis class with axis attributes: min, max, and resolution
35 self.axes = {AXIS.X: self.axis_x, AXIS.Y: self.axis_y}
90 """Get the resolutions in x and y axis of the device."""
176 def pixel_to_mm_single_axis(self, value_pixel, axis):
178 value_mm = float(value_pixel - axis.min) / axis.resolution
firmware_constants.py 35 AXIS = _Axis()
36 AXIS.X = 'x'
37 AXIS.Y = 'y'
38 AXIS.LIST = [AXIS.X, AXIS.Y]
firmware_log.py 56 from firmware_constants import AXIS
267 AXIS.LIST,
273 AXIS.LIST,
validators.py 70 from firmware_constants import AXIS, GV, MTB, UNIT, VAL
539 horizontal axis, list_t, always represent the time instants, and the
540 vertical axis, list_y, could be either the coordinates in x or y axis.
591 """Calculate various errors for axis-time.
596 # It is fine if axis-time is a horizontal line.
630 X, Y = AXIS.LIST
631 # For horizontal lines, only consider x axis
634 # For vertical lines, only consider y axis
646 for axis, list_c in self.list_coords.items()
    [all...]
mtb.py 16 from firmware_constants import AXIS, GV, MTB, UNIT, VAL
572 """Calculate the distance moved in an axis."""
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py 18 from firmware_constants import AXIS, GV, MTB, PLATFORM, UNIT, VAL
67 self.assertEqual(displacement[AXIS.X], expected_x)
68 self.assertEqual(displacement[AXIS.Y], expected_y)
544 'drag_edge_thumb.horizontal.dat': {AXIS.X: 0, AXIS.Y: 97},
546 'drag_edge_thumb.horizontal_2.dat': {AXIS.X: 0, AXIS.Y: 24},
549 {AXIS.X: 97, AXIS.Y: 88},
552 {AXIS.X: 0, AXIS.Y: 14}
    [all...]
validators_unittest.py 18 from firmware_constants import AXIS, GV, MTB, PLATFORM, VAL
232 '20130227_204458.dat': [AXIS.X],
234 '20130227_203228.dat': [AXIS.Y],
236 'fw_11.27-robot-20130227_204902.dat': [AXIS.X, AXIS.Y],
448 # Determine the axis based on the direction in the gesture variation
449 axis = (self.device.axis_x if validator.is_horizontal(variation)
452 self.assertTrue(axis is not None)
456 expected_short_of_range_px, axis)
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 638 milliseconds