HomeSort by relevance Sort by last modified time
    Searched refs:LinearInterpolator (Results 26 - 50 of 73) sorted by null

12 3

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearSmoothScroller.java 25 import android.view.animation.LinearInterpolator;
29 * {@link android.view.animation.LinearInterpolator} until the target position becames a child of
78 protected final LinearInterpolator mLinearInterpolator = new LinearInterpolator();
161 * <p>Calculates the time for deceleration so that transition from LinearInterpolator to
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 22 import android.view.animation.LinearInterpolator;
43 new Scroller(mTargetContext, new LinearInterpolator());
326 mScroller = new Scroller(mTargetContext, new LinearInterpolator());
ProgressBarTest.java 36 import android.view.animation.LinearInterpolator;
220 // default should be LinearInterpolator
221 assertTrue(progressBar.getInterpolator() instanceof LinearInterpolator);
  /frameworks/base/libs/hwui/
PropertyValuesAnimatorSet.cpp 39 setInterpolator(new LinearInterpolator());
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 36 import android.view.animation.LinearInterpolator;
188 mAnimator.setInterpolator(new LinearInterpolator());
  /development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
ImagePixelization.java 29 import android.view.animation.LinearInterpolator;
125 animator.setInterpolator(new LinearInterpolator());
  /frameworks/base/services/core/java/com/android/server/policy/
BurnInProtectionHelper.java 32 import android.view.animation.LinearInterpolator;
122 mCenteringAnimator.setInterpolator(new LinearInterpolator());
  /frameworks/base/services/core/java/com/android/server/wm/
BoundsAnimationController.java 32 import android.view.animation.LinearInterpolator;
309 animator.setInterpolator(new LinearInterpolator());
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.4.0-beta6/
chimpchat-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.5.0/
chimpchat-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.0.0-alpha1/
chimpchat-25.0.0-alpha1.jar 
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 36 import android.view.animation.LinearInterpolator;
384 animator1.setInterpolator(new LinearInterpolator());
391 animator2.setInterpolator(new LinearInterpolator());
ValueAnimatorTest.java 24 import android.view.animation.LinearInterpolator;
398 animator.setInterpolator(new LinearInterpolator());
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 40 import android.view.animation.LinearInterpolator;
55 private static final LinearInterpolator sLinearInterpolator = new LinearInterpolator();
  /external/opencv3/modules/cudawarping/test/
interpolation.hpp 65 template <typename T> struct LinearInterpolator
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 383 mInterpolator = new LinearInterpolator();
GridLayoutAnimationController.java 319 mInterpolator = new LinearInterpolator();
  /frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java 27 import android.view.animation.LinearInterpolator;
239 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator());
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleForeground.java 32 import android.view.animation.LinearInterpolator;
38 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 39 import android.view.animation.LinearInterpolator;
247 new LinearInterpolator(), onAnimationEndRunnable,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionableToastBar.java 30 import android.view.animation.LinearInterpolator;
133 // fall back to basic LinearInterpolator
134 return new LinearInterpolator();
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 31 import android.view.animation.LinearInterpolator;
545 mRotateAnimator.setInterpolator(new LinearInterpolator());
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 36 import android.view.animation.LinearInterpolator;
223 new LinearInterpolator(), onAnimationEndRunnable,
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 27 import android.view.animation.LinearInterpolator;
    [all...]

Completed in 2354 milliseconds

12 3