Searched refs:INTERPOLATOR (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java38 INTERPOLATOR enum constant in enum:LauncherViewPropertyAnimator.Properties
167 mPropertiesToSet.add(Properties.INTERPOLATOR);
223 if (mPropertiesToSet.contains(Properties.INTERPOLATOR)) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPinchAnimationManager.java56 private static final LinearInterpolator INTERPOLATOR = new LinearInterpolator(); field in class:PinchAnimationManager
241 mAnimators[index].setInterpolator(INTERPOLATOR);

Completed in 65 milliseconds