HomeSort by relevance Sort by last modified time
    Searched refs:scroll1 (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 319 ObjectAnimator scroll1 = null; local
322 scroll1 = ObjectAnimator.ofInt(this, "scrollX", getScrollX(), getScrollX() + scroll);
324 scroll1 = ObjectAnimator.ofInt(this, "scrollY", getScrollY(), getScrollY() + scroll);
331 if (scroll1 != null) {
334 set2.playTogether(scroll1, trans2);
338 scroll1.setDuration(duration2);
339 mAnimator.playSequentially(set1, scroll1);
  /external/chromium_org/ui/aura/
root_window_unittest.cc 377 ui::ScrollEvent scroll1(ui::ET_SCROLL,
384 root_window()->AsRootWindowHostDelegate()->OnHostScrollEvent(&scroll1);

Completed in 83 milliseconds