Searched refs:_scroll (Results 1 - 2 of 2) sorted by path

/frameworks/base/tools/orientationplot/
H A Dorientationplot.py342 self._scroll(self.raw_acceleration_x, bottom)
343 self._scroll(self.raw_acceleration_y, bottom)
344 self._scroll(self.raw_acceleration_z, bottom)
345 self._scroll(self.raw_acceleration_magnitude, bottom)
346 self._scroll(self.filtered_acceleration_x, bottom)
347 self._scroll(self.filtered_acceleration_y, bottom)
348 self._scroll(self.filtered_acceleration_z, bottom)
349 self._scroll(self.filtered_acceleration_magnitude, bottom)
350 self._scroll(self.tilt_angle, bottom)
351 self._scroll(sel
384 def _scroll(self, timeseries, bottom): member in class:Plotter
[all...]
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py218 self._scroll(self.velocity_x, bottom)
219 self._scroll(self.velocity_y, bottom)
220 self._scroll(self.velocity_magnitude, bottom)
221 self._scroll(self.old_velocity_x, bottom)
222 self._scroll(self.old_velocity_y, bottom)
223 self._scroll(self.old_velocity_magnitude, bottom)
236 def _scroll(self, timeseries, bottom): member in class:Plotter

Completed in 66 milliseconds