HomeSort by relevance Sort by last modified time
    Searched defs:_scroll (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/orientationplot/
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
384 def _scroll(self, timeseries, bottom): member in class:Plotter
    [all...]
  /frameworks/base/tools/velocityplot/
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 class:Plotter
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
curses.h 389 bool _scroll; /* OK to scroll this window? */ member in struct:_win_st
    [all...]
ncurses.h 389 bool _scroll; /* OK to scroll this window? */ member in struct:_win_st
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 389 bool _scroll; /* OK to scroll this window? */ member in struct:_win_st
    [all...]
ncurses.h 389 bool _scroll; /* OK to scroll this window? */ member in struct:_win_st
    [all...]

Completed in 256 milliseconds