HomeSort by relevance Sort by last modified time
    Searched full:interpolators (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconController.java 43 import com.android.systemui.Interpolators;
366 .setInterpolator(Interpolators.ALPHA_OUT)
388 .setInterpolator(Interpolators.ALPHA_IN)
400 .setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN)
456 mTintAnimator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN);
NotificationPanelView.java 50 import com.android.systemui.Interpolators;
353 mQsSizeChangeAnimator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN);
462 mClockAnimator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN);
    [all...]
BarTransitions.java 36 import com.android.systemui.Interpolators;
264 Interpolators.LINEAR.getInterpolation(t), 1));
KeyguardAffordanceHelper.java 28 import com.android.systemui.Interpolators;
268 animator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN);
288 animator.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackAnimationHelper.java 31 import com.android.systemui.Interpolators;
86 Interpolators.LINEAR_OUT_SLOW_IN;
87 private static final Interpolator ENTER_FROM_HOME_ALPHA_INTERPOLATOR = Interpolators.LINEAR;
103 Interpolators.LINEAR_OUT_SLOW_IN;
106 Interpolators.LINEAR_OUT_SLOW_IN;
244 taskViewEnterFromAffiliatedAppDuration, Interpolators.ALPHA_IN,
378 taskViewExitToAppDuration, Interpolators.ALPHA_OUT,
TaskView.java 43 import com.android.systemui.Interpolators;
392 Interpolators.FAST_OUT_SLOW_IN)));
478 .setInterpolator(Interpolators.ALPHA_IN)
505 .setInterpolator(Interpolators.ALPHA_OUT)
545 AnimationProps animation = new AnimationProps(duration, Interpolators.ALPHA_OUT);
560 .setInterpolator(Interpolators.ALPHA_IN)
571 AnimationProps animation = new AnimationProps(duration, Interpolators.ALPHA_OUT);
TaskStackViewScroller.java 30 import com.android.systemui.Interpolators;
222 mScrollAnimator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN);
TaskViewHeader.java 49 import com.android.systemui.Interpolators;
531 .setInterpolator(Interpolators.FAST_OUT_LINEAR_IN)
543 .setInterpolator(Interpolators.FAST_OUT_LINEAR_IN)
673 revealAnim.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN);
694 revealAnim.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN);
TaskStackView.java 51 import com.android.systemui.Interpolators;
331 Interpolators.FAST_OUT_SLOW_IN));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSContainer.java 29 import com.android.systemui.Interpolators;
282 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN)
303 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN)
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java 32 * This example shows simple uses of ValueAnimator, ObjectAnimator, and interpolators
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
ClassicalRungeKuttaStepInterpolator.java 61 * interpolators by cloning an uninitialized model and latter initializing
EulerStepInterpolator.java 56 * to create the step interpolators by cloning an uninitialized model
HighamHall54StepInterpolator.java 47 * to create the step interpolators by cloning an uninitialized model
MidpointStepInterpolator.java 58 * to create the step interpolators by cloning an uninitialized model
GillStepInterpolator.java 68 * to create the step interpolators by cloning an uninitialized model
ThreeEighthesStepInterpolator.java 63 * to create the step interpolators by cloning an uninitialized model
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
package.html 28 last computed step. If users are interested in these interpolators, they can register a
AbstractStepInterpolator.java 91 * interpolators by cloning an uninitialized model and latter
372 * evaluations than their counterpart step interpolators. These
373 * interpolators should perform the last evaluations they need by
  /frameworks/base/docs/html/guide/topics/graphics/
prop-animation.jd 23 <li><a href="#interpolators">Using Interpolators</a></li>
198 defines many interpolators in {@link android.view.animation android.view.animation}, you can use
199 those interpolators in the property animation system as well. The following tables describe the main
306 end of the animation. Table 3 describes the interpolators that are contained in {@link
307 android.view.animation android.view.animation}. If none of the provided interpolators suits
309 "#interpolators">Using interpolators</a> for more information on how to write a custom
311 <p class="table-caption"><strong>Table 3.</strong> Interpolators</p>
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ViewInvertHelper.java 87 animator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationSettingsIconRow.java 28 import com.android.systemui.Interpolators;
224 mFadeAnimator.setInterpolator(Interpolators.ALPHA_IN);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 28 import com.android.systemui.Interpolators;
433 animator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN);
493 animator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN);
570 animator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN);
626 animator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
TransformState.java 29 import com.android.systemui.Interpolators;
153 float interpolatedValue = Interpolators.FAST_OUT_SLOW_IN.getInterpolation(
261 float interpolatedValue = Interpolators.FAST_OUT_SLOW_IN.getInterpolation(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 54 import com.android.systemui.Interpolators;
207 reveal.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN);
259 animator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN);

Completed in 315 milliseconds

1 23 4 5