HomeSort by relevance Sort by last modified time
    Searched full:overshootinterpolator (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/java/android/view/animation/
OvershootInterpolator.java 27 public class OvershootInterpolator implements Interpolator {
30 public OvershootInterpolator() {
39 public OvershootInterpolator(float tension) {
43 public OvershootInterpolator(Context context, AttributeSet attrs) {
45 com.android.internal.R.styleable.OvershootInterpolator);
AnticipateOvershootInterpolator.java 51 * to get the same overshoot as an OvershootInterpolator with
AnimationUtils.java 321 } else if (name.equals("overshootInterpolator")) {
322 interpolator = new OvershootInterpolator(c, attrs);
  /frameworks/base/core/res/res/anim/
overshoot_interpolator.xml 21 <overshootInterpolator />
  /frameworks/base/core/res/res/interpolator/
overshoot.xml 21 <overshootInterpolator />
  /packages/apps/Launcher2/src/com/android/launcher2/
SmoothPagedView.java 38 public static class OvershootInterpolator implements Interpolator {
42 public OvershootInterpolator() {
104 mScrollInterpolator = new OvershootInterpolator();
142 ((OvershootInterpolator) mScrollInterpolator).setDistance(screenDelta);
144 ((OvershootInterpolator) mScrollInterpolator).disableSettle();
Launcher.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
pkg_android.view.animation.html 105 <A NAME="OvershootInterpolator"></A>
106 <nobr><A HREF="../../../../reference/android/view/animation/OvershootInterpolator.html" target="_top"><code>OvershootInterpolator</code></A></nobr>
classes_index_additions.html 127 <A HREF="pkg_android.view.animation.html#OvershootInterpolator" class="hiddenlink" target="rightframe"><b>OvershootInterpolator</b></A><br>
classes_index_all.html 338 <A HREF="pkg_android.view.animation.html#OvershootInterpolator" class="hiddenlink" target="rightframe"><b>OvershootInterpolator</b></A><br>
alldiffs_index_additions.html     [all...]
alldiffs_index_all.html     [all...]
  /frameworks/base/docs/html/guide/topics/resources/
animation-resource.jd 634 <td>{@link android.view.animation.OvershootInterpolator}</td>
740 <dt><code>&lt;overshootInterpolator&gt;</code></dt>
755 &lt;overshootInterpolator xmlns:android="http://schemas.android.com/apk/res/android"
    [all...]
  /frameworks/base/docs/html/about/versions/
android-1.6.jd 226 <li><code>OvershootInterpolator</code></li>
  /frameworks/base/docs/html/sdk/api_diff/4/
missingSinces.txt 13 NO DOC BLOCK: android.view.animation.OvershootInterpolator Class
user_comments_for_3_to_4.xml     [all...]
  /frameworks/base/docs/html/guide/topics/graphics/
prop-animation.jd 373 <td>{@link android.view.animation.OvershootInterpolator}</td>
    [all...]
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]
  /frameworks/base/docs/html/
sitemap.txt     [all...]

Completed in 344 milliseconds