HomeSort by relevance Sort by last modified time
    Searched full:interpolators (Results 76 - 100 of 192) sorted by null

1 2 34 5 6 7 8

  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java 65 import com.android.systemui.Interpolators;
248 stopDragging(currentPosition, nextTarget, 250, Interpolators.FAST_OUT_SLOW_IN);
724 .setInterpolator(Interpolators.TOUCH_RESPONSE)
732 .setInterpolator(Interpolators.TOUCH_RESPONSE)
744 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN)
751 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackAnimationHelper.java 29 import com.android.systemui.Interpolators;
88 private static final Interpolator ENTER_FROM_HOME_ALPHA_INTERPOLATOR = Interpolators.LINEAR;
104 Interpolators.LINEAR_OUT_SLOW_IN;
107 Interpolators.LINEAR_OUT_SLOW_IN;
188 new AnimationProps(336, Interpolators.FAST_OUT_SLOW_IN));
277 Interpolators.FAST_OUT_SLOW_IN)
347 Interpolators.FAST_OUT_SLOW_IN);
    [all...]
TaskView.java 40 import com.android.systemui.Interpolators;
404 Interpolators.FAST_OUT_SLOW_IN)));
489 .setInterpolator(Interpolators.ALPHA_IN)
516 .setInterpolator(Interpolators.ALPHA_OUT)
556 AnimationProps animation = new AnimationProps(duration, Interpolators.ALPHA_OUT);
571 .setInterpolator(Interpolators.ALPHA_IN)
582 AnimationProps animation = new AnimationProps(duration, Interpolators.ALPHA_OUT);
DockState.java 46 import com.android.systemui.Interpolators;
211 ? Interpolators.ALPHA_IN
212 : Interpolators.ALPHA_OUT);
TaskStackViewScroller.java 32 import com.android.systemui.Interpolators;
237 animateScroll(newScrollP, 300, Interpolators.ACCELERATE_DECELERATE,
263 animateScroll(newScroll, duration, Interpolators.LINEAR_OUT_SLOW_IN, postRunnable);
  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/
LauncherAppTransitionManagerImpl.java 27 import static com.android.launcher3.anim.Interpolators.AGGRESSIVE_EASE;
28 import static com.android.launcher3.anim.Interpolators.DEACCEL_1_7;
29 import static com.android.launcher3.anim.Interpolators.LINEAR;
66 import com.android.launcher3.anim.Interpolators;
286 launcherAnim.setInterpolator(Interpolators.TOUCH_RESPONSE_INTERPOLATOR);
514 .setInterpolator(Interpolators.EXAGGERATED_EASE);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSFragment.java 39 import com.android.systemui.Interpolators;
360 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN)
436 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonRipple.java 37 import com.android.systemui.Interpolators;
283 alphaAnimator.setInterpolator(Interpolators.ALPHA_OUT);
405 opacityAnim.setInterpolator(Interpolators.ALPHA_OUT);
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
FlingAnimationUtils.java 143 animatorProperties.interpolator = Interpolators.FAST_OUT_SLOW_IN;
221 animatorProperties.interpolator = Interpolators.FAST_OUT_LINEAR_IN;
246 /** An interpolator which interpolates two interpolators with an interpolator. */
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
ClipAnimationHelper.java 18 import static com.android.launcher3.anim.Interpolators.LINEAR;
39 import com.android.launcher3.anim.Interpolators;
199 mOffsetYInterpolator = Interpolators.clampToProgress(mInterpolator, 0,
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 43 import com.android.launcher3.anim.Interpolators;
283 Interpolators.DEACCEL_2, Interpolators.LINEAR, onAnimationEndRunnable,
  /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
  /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
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
MessagingImageTransformState.java 23 import com.android.systemui.Interpolators;
NotificationHeaderViewWrapper.java 33 import com.android.systemui.Interpolators;
82 return Interpolators.LINEAR_OUT_SLOW_IN;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardStatusBarView.java 45 import com.android.systemui.Interpolators;
388 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN)
396 .setInterpolator(Interpolators.ALPHA_OUT)
409 .setInterpolator(Interpolators.ALPHA_IN);
BarTransitions.java 37 import com.android.systemui.Interpolators;
263 Interpolators.LINEAR.getInterpolation(t), 1));
ButtonDispatcher.java 17 import static com.android.systemui.Interpolators.ALPHA_IN;
18 import static com.android.systemui.Interpolators.ALPHA_OUT;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
ExpandableViewState.java 25 import com.android.systemui.Interpolators;
287 animator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN);
368 animator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN);
430 animator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN);
  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
OverviewState.java 19 import static com.android.launcher3.anim.Interpolators.DEACCEL_2;
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
RecentsActivity.java 46 import com.android.launcher3.anim.Interpolators;
214 adjacentAnimation.setInterpolator(Interpolators.TOUCH_RESPONSE_INTERPOLATOR);

Completed in 226 milliseconds

1 2 34 5 6 7 8