HomeSort by relevance Sort by last modified time
    Searched full:interpolator (Results 326 - 350 of 402) sorted by null

<<11121314151617

  /sdk/ide_common/src/com/android/ide/common/resources/
FrameworkResources.java 224 case INTERPOLATOR:
  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 697 com.android.internal.R.interpolator.decelerate_cubic));
755 com.android.internal.R.interpolator.accelerate_cubic));
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
alldiffs_index_removals.html 156 <nobr><A HREF="android.view.animation.Interpolator.html#android.view.animation.Interpolator.getInterpolation_removed(float)" class="hiddenlink" target="rightframe"><strike>getInterpolation</strike>
methods_index_removals.html 143 <nobr><A HREF="android.view.animation.Interpolator.html#android.view.animation.Interpolator.getInterpolation_removed(float)" class="hiddenlink" target="rightframe"><strike>getInterpolation</strike>
classes_index_additions.html 410 <A HREF="pkg_android.html#R.interpolator" class="hiddenlink" target="rightframe"><b>R.interpolator</b></A><br>
classes_index_all.html 400 <A HREF="android.view.animation.Interpolator.html" class="hiddenlink" target="rightframe"><i>Interpolator</i></A><br>
    [all...]
classes_index_changes.html 311 <A HREF="android.view.animation.Interpolator.html" class="hiddenlink" target="rightframe"><i>Interpolator</i></A><br>
    [all...]
jdiff_statistics.html 305 <TD><A HREF="android.view.animation.Interpolator.html">
306 <i>android.view.animation.Interpolator</i></A></TD>
    [all...]
alldiffs_index_all.html     [all...]
alldiffs_index_changes.html     [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 36 import android.view.animation.Interpolator;
672 static final Interpolator DECELERATE_QUINT = new DecelerateInterpolator(2.5f);
673 static final Interpolator DECELERATE_CUBIC = new DecelerateInterpolator(1.5f);
674 static final Interpolator ACCELERATE_QUINT = new AccelerateInterpolator(2.5f);
675 static final Interpolator ACCELERATE_CUBIC = new AccelerateInterpolator(1.5f);
    [all...]
  /prebuilt/common/tools-common/
tools-common-prebuilt.jar 
  /frameworks/base/core/res/res/values/
public.xml     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c 464 * optimizations. It calls the interpolator, filter, and gain routines
632 * optimizations. It calls the interpolator, filter, and gain routines
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 464 * optimizations. It calls the interpolator, filter, and gain routines
632 * optimizations. It calls the interpolator, filter, and gain routines
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 426 // Interpolator completion
428 "android:interpolator=\"^@android:anim/bounce_interpolator\"");
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 174 return type == "anim" || type == "animator" || type == "interpolator"
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 43 import android.view.animation.Interpolator;
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 273 assertEquals("interpolator", ani.getAttributeName(0));
  /sdk/apigenerator/src/com/android/apigenerator/
enums.xml 44 <class name="android/graphics/Interpolator$Result" since="1">
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt 136 android:interpolator : [reference]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 47 import android.view.animation.Interpolator;
113 private static final Interpolator sInterpolator = new Interpolator() {
    [all...]
  /frameworks/base/
preloaded-classes 371 android.graphics.Interpolator
372 android.graphics.Interpolator$Result
948 android.view.animation.Interpolator
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 132 import android.view.animation.Interpolator;
3193 final Interpolator interpolator = AnimationUtils.loadInterpolator(mContext, local
3271 final Interpolator interpolator = AnimationUtils.loadInterpolator(mContext, local
    [all...]

Completed in 550 milliseconds

<<11121314151617