Searched refs:selection_state (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 1754 def RBReleaseEvent(self, x0, x1, selection_state): argument 1758 self.event_handler.SelectEvent(x0, x1, selection_state) 1851 def SetSelection(self, selection_state): argument 1853 if selection_state: 1854 self.RubberBandSetGeometry(selection_state) 1912 selection_state = self.RubberBandRect(x) 1914 selection_state = None 1915 self.rb_event_handler.RBReleaseEvent(self.rb_origin.x(), x, selection_state) 2197 self.selection_state = (None, None) 2316 return (self.attrs.subrange, self.attrs.scale, self.selection_state, self.fwd_rect) [all …]
|