Home | History | Annotate | Download | only in tests

Lines Matching refs:variation

445         # Extract the gesture variation from the filename
446 variation = (filename.split('/')[-1].split('.')[1],)
448 # Determine the axis based on the direction in the gesture variation
449 axis = (self.device.axis_x if validator.is_horizontal(variation)
450 else self.device.axis_y if validator.is_vertical(variation)
458 vlog = validator.check(packets, variation)