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

  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py 100 finger_paths = mtb_packets.get_ordered_finger_paths()
103 self.assertEqual(len(finger_paths), 1)
106 finger_path = finger_paths.values()[0]
154 finger_paths = mtb_packets.get_ordered_finger_paths()
156 self.assertEqual(len(finger_paths[tid].tid_packets), expected_len)
215 finger_paths = mtb_packets.get_ordered_finger_paths(request_data_ready)
216 actual_finger_path = finger_paths[tid]
391 # Get the actual finger_paths from the gesture data file.
394 finger_paths = mtb_packets.get_ordered_finger_paths(
407 actual_finger_path = finger_paths[tid
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 659 The finger_paths mapping the tid to its finger_path looks like
722 # finger_paths is a list ordered by the occurrences of finger contacts
723 finger_paths = self.get_ordered_finger_paths().values()
724 if finger < len(finger_paths) and finger >= 0:
725 finger_path = finger_paths[finger]
    [all...]

Completed in 867 milliseconds