Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py87 self.velocity_y = self._make_timeseries()
203 self._append(self.velocity_y, timeindex, self.parse_velocity_y)
219 self._scroll(self.velocity_y, bottom)
227 self.velocity_line_y.set_data(self.velocity_y)
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollController.java762 final public boolean fling(int velocity_x, int velocity_y){ in fling() argument
773 velocity_y, in fling()
778 updateDirection(velocity_x, velocity_y); in fling()