Lines Matching refs:orientation
58 def __init__(self, major=None, minor=None, orientation=None):
61 self._orientation = orientation
83 def orientation(self):
86 @orientation.setter
87 def orientation(self, orientation):
88 self._orientation = orientation
95 if self.orientation is not None:
96 s += ", orientation {:+3d}".format(self.orientation)
284 self.touch.orientation = event.value
294 orientation=self.touch.orientation,
336 parser = argparse.ArgumentParser(description="Measure touch size and orientation")