Searched refs:_scroll (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/orientationplot/ |
D | orientationplot.py | 342 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(self.orientation_angle, bottom) [all …]
|
/frameworks/base/tools/velocityplot/ |
D | velocityplot.py | 218 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 Plotter
|