Home
last modified time | relevance | path

Searched refs:maxrows (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/scripts/
Danalyze_suspend.py829 maxrows = 0 variable in Timeline
838 self.maxrows = int(rows)
839 self.scaleH = 100.0/float(self.maxrows)
840 self.height = self.maxrows*self.row_height_pixels
841 r = float(self.maxrows - 1)