HomeSort by relevance Sort by last modified time
    Searched refs:_scroll (Results 1 - 9 of 9) 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
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CodeMirrorTextEditor.js 150 this._codeMirror.on("scroll", this._scroll.bind(this));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 383 bool _scroll; /* OK to scroll this window? */ member in struct:_win_st
    [all...]
ncurses.h 383 bool _scroll; /* OK to scroll this window? */ member in struct:_win_st
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 383 bool _scroll; /* OK to scroll this window? */ member in struct:_win_st
    [all...]
ncurses.h 383 bool _scroll; /* OK to scroll this window? */ member in struct:_win_st
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 383 bool _scroll; /* OK to scroll this window? */ member in struct:_win_st
    [all...]
ncurses.h 383 bool _scroll; /* OK to scroll this window? */ member in struct:_win_st
    [all...]

Completed in 289 milliseconds