HomeSort by relevance Sort by last modified time
    Searched refs:startScroll (Results 1 - 25 of 67) sorted by null

1 2 3

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScrollerHelper.java 66 mScroller.startScroll(
85 public int startScroll(int distance, int min, int max) {
91 mScroller.startScroll(
SlotView.java 675 int overDistance = mScroller.startScroll(
  /frameworks/support/v4/java/android/support/v4/widget/
ScrollerCompat.java 45 void startScroll(Object scroller, int startX, int startY, int dx, int dy);
46 void startScroll(Object scroller, int startX, int startY, int dx, int dy, int duration);
95 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) {
96 ((Scroller) scroller).startScroll(startX, startY, dx, dy);
100 public void startScroll(Object scroller, int startX, int startY, int dx, int dy,
102 ((Scroller) scroller).startScroll(startX, startY, dx, dy, duration);
182 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) {
183 ScrollerCompatGingerbread.startScroll(scroller, startX, startY, dx, dy);
187 public void startScroll(Object scroller, int startX, int startY, int dx, int dy,
189 ScrollerCompatGingerbread.startScroll(scroller, startX, startY, dx, dy, duration)
    [all...]
ViewDragHelper.java 597 mScroller.startScroll(startLeft, startTop, dx, dy, duration);
    [all...]
  /frameworks/support/v4/gingerbread/android/support/v4/widget/
ScrollerCompatGingerbread.java 46 public static void startScroll(Object scroller, int startX, int startY, int dx, int dy) {
47 ((OverScroller) scroller).startScroll(startX, startY, dx, dy);
50 public static void startScroll(Object scroller, int startX, int startY, int dx, int dy,
52 ((OverScroller) scroller).startScroll(startX, startY, dx, dy, duration);
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 58 mScroller.startScroll(0, 0, 10000, 100);
62 mScroller.startScroll(0, 0, 10000, 100, 50000);
108 mScroller.startScroll(0, 0, 2000, -2000, 5000);
174 mScroller.startScroll(0, 0, -2000, 2000);
276 mScroller.startScroll(0, 0, 2000, -2000, 5000);
300 mScroller.startScroll(0, 0, 0, 0, 5000);
310 mScroller.startScroll(0, 0, 0, 0, 500);
327 mScroller.startScroll(0, 0, 5000, 5000, 5000);
  /frameworks/base/core/java/android/widget/
OverScroller.java 250 * the duration of an existing scroll, use startScroll
269 * the duration of an existing scroll, use startScroll
287 * the duration of an existing scroll, use startScroll
358 public void startScroll(int startX, int startY, int dx, int dy) {
359 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
375 public void startScroll(int startX, int startY, int dx, int dy, int duration) {
377 mScrollerX.startScroll(startX, dx, duration);
378 mScrollerY.startScroll(startY, dy, duration);
492 * {@link #startScroll(int, int, int, int)} as the interpolation currently in progress
681 void startScroll(int start, int distance, int duration)
    [all...]
Scroller.java 45 * mScroller.startScroll(0, 0, 100, 0);
369 public void startScroll(int startX, int startY, int dx, int dy) {
370 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
387 public void startScroll(int startX, int startY, int dx, int dy, int duration) {
NumberPicker.java     [all...]
Gallery.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 246 * the duration of an existing scroll, use startScroll
265 * the duration of an existing scroll, use startScroll
283 * the duration of an existing scroll, use startScroll
361 public void startScroll(int startX, int startY, int dx, int dy) {
362 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
378 public void startScroll(int startX, int startY, int dx, int dy, int duration) {
380 mScrollerX.startScroll(startX, dx, duration);
381 mScrollerY.startScroll(startY, dy, duration);
495 * {@link #startScroll(int, int, int, int)} as the interpolation currently in progress
684 void startScroll(int start, int distance, int duration)
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 244 * the duration of an existing scroll, use startScroll
263 * the duration of an existing scroll, use startScroll
281 * the duration of an existing scroll, use startScroll
359 public void startScroll(int startX, int startY, int dx, int dy) {
360 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
376 public void startScroll(int startX, int startY, int dx, int dy, int duration) {
378 mScrollerX.startScroll(startX, dx, duration);
379 mScrollerY.startScroll(startY, dy, duration);
493 * {@link #startScroll(int, int, int, int)} as the interpolation currently in progress
685 void startScroll(int start, int distance, int duration)
    [all...]
Scroller.java 317 public void startScroll(int startX, int startY, int dx, int dy) {
318 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
334 public void startScroll(int startX, int startY, int dx, int dy, int duration) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherScroller.java 353 public void startScroll(int startX, int startY, int dx, int dy) {
354 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
371 public void startScroll(int startX, int startY, int dx, int dy, int duration) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollController.java 782 final public void startScroll(int dx, int dy, boolean easeFling, int duration, boolean page) {
823 scroller.startScroll(basex, basey, dx, dy, duration);
848 startScroll(dx, dy, easeFling, duration, page);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
PinDialogFragment.java 381 mScroller.startScroll(0, 0, 0, mNumberViewHeight,
387 mScroller.startScroll(0, 0, 0, -mNumberViewHeight,
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwScrollOffsetManager.java 328 mScroller.startScroll(scrollX, scrollY, dx, dy, computeDurationInMilliSec(dx, dy));
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 436 mScroller.startScroll(mScrollX, mScrollY, 0,
441 mScroller.startScroll(mScrollX, mScrollY, 0, r.top - mScrollY, 200);
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ResolverDrawerLayout.java 386 mScroller.startScroll(0, sy, 0, dy, duration);
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java     [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java     [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
SlidingChallengeLayout.java 429 mScroller.startScroll(0, sy, 0, dy, duration);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java     [all...]

Completed in 1665 milliseconds

1 2 3