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

1 2

  /frameworks/support/v4/java/android/support/v4/widget/
ScrollerCompat.java 22 import android.widget.Scroller;
25 * Provides access to new {@link android.widget.Scroller Scroller} APIs when available.
29 * the APIs from Scroller or OverScroller.</p>
36 boolean isFinished(Object scroller);
37 int getCurrX(Object scroller);
38 int getCurrY(Object scroller);
39 float getCurrVelocity(Object scroller);
40 boolean computeScrollOffset(Object scroller);
41 void startScroll(Object scroller, int startX, int startY, int dx, int dy)
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Scroller.java 27 public interface Scroller {
SentinelScroller.java 31 * A {@link Scroller} that looks for the desired child in the current shown
39 public class SentinelScroller implements Scroller {
50 * @param axis the axis this scroller can scroll
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
ScrollKeyboardView.java 24 import android.widget.Scroller;
55 private final Scroller mScroller;
66 mScroller = new Scroller(context);
77 final Scroller scroller = mScroller;
79 scroller.computeScrollOffset();
80 scrollView.scrollTo(0, scroller.getCurrY());
81 if (!scroller.isFinished()) {
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 23 import android.widget.Scroller;
26 * Test {@link Scroller}.
29 private Scroller mScroller;
37 mScroller = new Scroller(mTargetContext);
41 new Scroller(mTargetContext);
43 new Scroller(mTargetContext, new LinearInterpolator());
65 mScroller = new Scroller(mTargetContext);
185 // we just check whether the scroller reaches the destination
326 mScroller = new Scroller(mTargetContext, new LinearInterpolator());
TextViewTest.java 91 import android.widget.Scroller;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
SmoothPagedView.java 22 import android.widget.Scroller;
105 mScroller = new Scroller(getContext(), mScrollInterpolator);
PagedView.java 43 import android.widget.Scroller;
94 protected Scroller mScroller;
236 mScroller = new Scroller(getContext(), new ScrollInterpolator());
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 35 public class Scroller {
105 * Create a Scroller with the default duration and interpolator.
107 public Scroller(Context context) {
112 * Create a Scroller with the specified interpolator. If the interpolator is
116 public Scroller(Context context, Interpolator interpolator) {
122 * Create a Scroller with the specified interpolator. If the interpolator is
126 public Scroller(Context context, Interpolator interpolator, boolean flywheel) {
154 * Returns whether the scroller has finished scrolling.
156 * @return True if the scroller has finished scrolling, false otherwise.
358 * @param minX Minimum X value. The scroller will not scroll past thi
    [all...]
OverScroller.java 30 * {@link android.widget.Scroller} in most cases.
134 * Returns whether the scroller has finished scrolling.
136 * @return True if the scroller has finished scrolling, false otherwise.
145 * does NOT cause the scroller to move to the final x and y
254 * Sets the final position (X) for this scroller.
272 * Sets the final position (Y) for this scroller.
301 // Any scroller can be used for time, since they were started
310 q = Scroller.viscousFluid(q);
418 * @param minX Minimum X value. The scroller will not scroll past this point
421 * @param maxX Maximum X value. The scroller will not scroll past this poin
    [all...]
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
TrackingInputHandler.java 13 import android.widget.Scroller;
38 private Scroller mFlingScroller;
98 mFlingScroller = new Scroller(context);
378 // Initialize the scroller's current offset coordinates, since they are used for
  /frameworks/base/core/java/android/widget/
Scroller.java 29 * <p>This class encapsulates scrolling. You can use scrollers ({@link Scroller}
38 * <pre> private Scroller mScroller = new Scroller(context);
52 * whether the scroller is finished. If it isn't, it means that a fling or
63 public class Scroller {
158 * Create a Scroller with the default duration and interpolator.
160 public Scroller(Context context) {
165 * Create a Scroller with the specified interpolator. If the interpolator is
169 public Scroller(Context context, Interpolator interpolator) {
175 * Create a Scroller with the specified interpolator. If the interpolator i
    [all...]
NumberPicker.java 331 * The {@link Scroller} responsible for flinging the selector.
333 private final Scroller mFlingScroller;
336 * The {@link Scroller} responsible for adjusting the selector.
338 private final Scroller mAdjustScroller;
402 * The back ground color used to optimize scroller fading.
713 mFlingScroller = new Scroller(getContext(), null, true);
714 mAdjustScroller = new Scroller(getContext(), new DecelerateInterpolator(2.5f));
772 * Move to the final position of a scroller. Ensures to force finish the scroller
776 * @param scroller The scroller to whose final position to get
1036 Scroller scroller = mFlingScroller; local
    [all...]
Gallery.java     [all...]
OverScroller.java 30 * {@link android.widget.Scroller} in most cases.
132 * Returns whether the scroller has finished scrolling.
134 * @return True if the scroller has finished scrolling, false otherwise.
143 * does NOT cause the scroller to move to the final x and y
252 * Sets the final position (X) for this scroller.
270 * Sets the final position (Y) for this scroller.
299 // Any scroller can be used for time, since they were started
308 q = Scroller.viscousFluid(q);
416 * @param minX Minimum X value. The scroller will not scroll past this point
419 * @param maxX Maximum X value. The scroller will not scroll past this poin
    [all...]
TextView.java 545 private Scroller mScroller;
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 40 import android.widget.Scroller;
60 * @param scrollPosition the position of the scroller in the range
141 private Scroller mScroller = null;
335 mScroller = new Scroller(getContext());
435 mScroller = new Scroller(getContext());
440 mScroller = new Scroller(getContext());
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
SlidingChallengeLayout.java 40 import android.widget.Scroller;
79 private final Scroller mScroller;
239 mScroller = new Scroller(context, sMotionInterpolator);
    [all...]
PagedView.java 56 import android.widget.Scroller;
115 protected Scroller mScroller;
312 mScroller = new Scroller(getContext(), new ScrollInterpolator());
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 22 import android.widget.Scroller;
131 private Scroller mFilmScroller;
214 mFilmScroller = new Scroller(context, null, false);
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 51 import android.widget.Scroller;
140 private Scroller mScroller;
358 mScroller = new Scroller(context, sInterpolator);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
FilmStripView.java 38 import android.widget.Scroller;
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 72 import android.widget.Scroller;
266 Scroller mScroller;
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 493 milliseconds

1 2