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

<<11121314151617

  /frameworks/base/docs/html/sdk/api_diff/11/changes/
pkg_android.html 98 <A NAME="R.interpolator"></A>
99 <nobr><A HREF="../../../../reference/android/R.interpolator.html" target="_top"><code>R.interpolator</code></A></nobr>
constructors_index_additions.html 128 <nobr><A HREF="android.widget.OverScroller.html#android.widget.OverScroller.ctor_added(android.content.Context, android.view.animation.Interpolator, float, float, boolean)" class="hiddenlink" target="rightframe"><b>OverScroller</b>
129 (<code>Context, Interpolator, float, float, boolean</code>)</A></nobr>&nbsp;constructor<br>
170 <nobr><A HREF="android.widget.Scroller.html#android.widget.Scroller.ctor_added(android.content.Context, android.view.animation.Interpolator, boolean)" class="hiddenlink" target="rightframe"><b>Scroller</b>
171 (<code>Context, Interpolator, boolean</code>)</A></nobr>&nbsp;constructor<br>
constructors_index_all.html 153 <nobr><A HREF="android.widget.OverScroller.html#android.widget.OverScroller.ctor_added(android.content.Context, android.view.animation.Interpolator, float, float, boolean)" class="hiddenlink" target="rightframe"><b>OverScroller</b>
154 (<code>Context, Interpolator, float, float, boolean</code>)</A></nobr>&nbsp;constructor<br>
201 <nobr><A HREF="android.widget.Scroller.html#android.widget.Scroller.ctor_added(android.content.Context, android.view.animation.Interpolator, boolean)" class="hiddenlink" target="rightframe"><b>Scroller</b>
202 (<code>Context, Interpolator, boolean</code>)</A></nobr>&nbsp;constructor<br>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanel.java 35 import android.view.animation.Interpolator;
66 static Interpolator sAccelerateInterpolator = new AccelerateInterpolator();
67 static Interpolator sDecelerateInterpolator = new DecelerateInterpolator();
  /frameworks/base/docs/html/guide/topics/graphics/
prop-animation.jd 303 <p>A time interpolator defines how specific values in an animation are calculated as a
311 interpolator.</p>
323 <td>An interpolator whose rate of change starts and ends slowly but accelerates
330 <td>An interpolator whose rate of change starts out slowly and then
337 <td>An interpolator whose change starts backward then flings forward.</td>
343 <td>An interpolator whose change starts backward, flings forward and overshoots
350 <td>An interpolator whose change bounces at the end.</td>
356 <td>An interpolator whose animation repeats for a specified number of cycles.</td>
362 <td>An interpolator whose rate of change starts out quickly and and then
369 <td>An interpolator whose rate of change is constant.</td
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
LayoutAnimationControllerTest.java 34 import android.view.animation.Interpolator;
304 DecelerateInterpolator interpolator = new DecelerateInterpolator(1.0f);
305 mController.setInterpolator(interpolator);
306 assertSame(interpolator, mController.getInterpolator());
  /packages/apps/Launcher2/src/com/android/launcher2/
InterruptibleInOutAnimator.java 28 * interpolator in the same direction.
  /sdk/chimpchat/src/com/android/chimpchat/adb/
LinearInterpolator.java 91 * Create a new linear Interpolator.
  /cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java 108 public ValueAnimator createAnimatorWithInterpolator(TimeInterpolator interpolator){
110 ValueAnimator.REVERSE, interpolator, mStartY, mStartY + mDeltaY);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
FloatingChildLayout.java 258 ? android.R.interpolator.accelerate_quint
259 : android.R.interpolator.decelerate_quint;
  /frameworks/base/core/java/android/animation/
LayoutTransition.java 565 * Sets the interpolator on one of the animation objects used by this transition. The
566 * <code>transitionType</code> parameter determines the animation whose interpolator
571 * the animation whose interpolator is being set.
572 * @param interpolator The interpolator that the specified animation should use.
575 public void setInterpolator(int transitionType, TimeInterpolator interpolator) {
578 mChangingAppearingInterpolator = interpolator;
581 mChangingDisappearingInterpolator = interpolator;
584 mChangingInterpolator = interpolator;
587 mAppearingInterpolator = interpolator;
    [all...]
ValueAnimator.java 89 // The time interpolator to be used if none is set on the animation
184 * The time interpolator to be used. The elapsed fraction of the animation will be passed
185 * through this interpolator to calculate the interpolated fraction, which is then used to
    [all...]
AnimatorSet.java 235 * @param interpolator the interpolator to be used by each child animation of this AnimatorSet
238 public void setInterpolator(TimeInterpolator interpolator) {
240 node.animation.setInterpolator(interpolator);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ProgressBarTest.java 30 import android.view.animation.Interpolator;
219 Interpolator i = new AccelerateDecelerateInterpolator();
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h 144 // A coefficient interpolator, used for mapping the high level parameters to
  /frameworks/base/core/jni/
Android.mk 98 android/graphics/Interpolator.cpp \
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 28 import android.view.animation.Interpolator;
100 private final Interpolator mInterpolator;
  /packages/apps/Email/src/com/android/email/activity/
ThreePaneLayout.java 51 private static final TimeInterpolator INTERPOLATOR = new DecelerateInterpolator(1.75f);
477 animator.setInterpolator(INTERPOLATOR);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java 23 import android.view.animation.Interpolator;
105 private final Interpolator mInterpolator;
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2_internal.c 196 // interpolator
266 // interpolator
336 // interpolator
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 489 final TimeInterpolator interpolator = Ease.Cubic.easeOut; local
494 "ease", interpolator,
505 "ease", interpolator,
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcmdata.h 93 EAS_U32 phase; /* current phase for interpolator */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcmdata.h 93 EAS_U32 phase; /* current phase for interpolator */
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 93 EAS_U32 phase; /* current phase for interpolator */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyMetadata.java 124 sAdvanced.add("interpolator");

Completed in 477 milliseconds

<<11121314151617