Searched defs:timespan (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/orientationplot/
H A Dorientationplot.py34 timespan = 15 # seconds total span shown variable
209 xlim=[0, timespan],
217 axes.set_xticks(range(0, timespan + 1, timeticks))
339 if timeindex > timespan:
340 bottom = int(timeindex) - timespan + scrolljump
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py38 timespan = 15 # seconds total span shown variable
135 xlim=[0, timespan],
143 axes.set_xticks(range(0, timespan + 1, timeticks))
215 if timeindex > timespan:
216 bottom = int(timeindex) - timespan + scrolljump

Completed in 63 milliseconds