Home
last modified time | relevance | path

Searched refs:EASE_IN_INTERPOLATOR (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java177 .setInterpolator(UiUtils.EASE_IN_INTERPOLATOR) in startAnimation()
/packages/apps/Messaging/src/com/android/messaging/util/
DUiUtils.java80 public static final Interpolator EASE_IN_INTERPOLATOR = new CubicBezierInterpolator( field in UiUtils
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactPickerFragment.java514 transition.setInterpolator(UiUtils.EASE_IN_INTERPOLATOR); in startExplodeTransitionForContactLists()