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

1 2 3 4 5 67 8

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java 34 import com.android.systemui.Interpolators;
80 .setCustomInterpolator(View.TRANSLATION_Y, Interpolators.ICON_OVERSHOT);
NavigationBarFragment.java 82 import com.android.systemui.Interpolators;
581 fadeOut.setInterpolator(Interpolators.LINEAR);
    [all...]
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
WindowTransformSwipeHandler.java 21 import static com.android.launcher3.anim.Interpolators.DEACCEL;
22 import static com.android.launcher3.anim.Interpolators.LINEAR;
    [all...]
ActivityControlHelper.java 22 import static com.android.launcher3.anim.Interpolators.LINEAR;
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragLayer.java 47 import com.android.launcher3.anim.Interpolators;
77 private final TimeInterpolator mCubicEaseOutInterpolator = Interpolators.DEACCEL_1_5;
DragView.java 57 import com.android.launcher3.anim.Interpolators;
486 va.setInterpolator(Interpolators.DEACCEL_1_5);
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderPagedView.java 44 import com.android.launcher3.anim.Interpolators;
495 mScroller.setInterpolator(Interpolators.DEACCEL);
FolderAnimationManager.java 295 // and its only necessary for large folders because of differing interpolators.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 69 import com.android.systemui.Interpolators;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince853StepInterpolator.java 227 * prototyping design pattern to create the step interpolators by
AdamsMoultonIntegrator.java 225 // set up two interpolators sharing the integrator arrays
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 234 * The generated pixel interpolators will pick up the coeffs from
lp_setup_line.c 209 * The generated pixel interpolators will pick up the coeffs from
  /packages/apps/Launcher3/src/com/android/launcher3/touch/
AbstractStateChangeTouchController.java 26 import static com.android.launcher3.anim.Interpolators.scrollInterpolatorForVelocity;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 76 import com.android.systemui.Interpolators;
549 float yProgress = Interpolators.FAST_OUT_SLOW_IN.getInterpolation(inverseDark);
550 float xProgress = Interpolators.FAST_OUT_SLOW_IN
582 float colorInterpolation = Interpolators.DECELERATE_QUINT.getInterpolation(mDarkAmount);
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerFragment.java 69 import com.android.incallui.answer.impl.utils.Interpolators;
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 1325 sp<ResourceTypeSet> interpolators; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
GlobalActionsDialog.java 92 import com.android.systemui.Interpolators;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 47 import com.android.launcher3.anim.Interpolators;
183 setDefaultInterpolator(Interpolators.SCROLL);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_reg.h     [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_parser.cpp 177 /* add the egcm ij interpolators to live inputs */
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 413 anim.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN);
  /frameworks/base/core/java/android/animation/
LayoutTransition.java 199 * Static interpolators - these are stateless and can be shared across the instances
211 * The default interpolators used for the animations
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java 383 /* Animation interpolators. */
474 // Interpolators
    [all...]

Completed in 1017 milliseconds

1 2 3 4 5 67 8