Home
last modified time | relevance | path

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

/aosp14/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)
350 self._scroll(self.tilt_angle, bottom)
351 self._scroll(self.orientation_angle, bottom)
352 self._scroll(self.current_rotation, bottom)
353 self._scroll(self.proposed_rotation, bottom)
354 self._scroll(self.predicted_rotation, bottom)
355 self._scroll(self.time_until_settled, bottom)
359 self._scroll(self.sample_latency, bottom)
[all …]
/aosp14/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 Plotter