HomeSort by relevance Sort by last modified time
    Searched refs:InterruptibleInOutAnimator (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
InterruptibleInOutAnimator.java 31 public class InterruptibleInOutAnimator {
48 public InterruptibleInOutAnimator(View view, long duration, float fromValue, float toValue) {
CellLayout.java 117 private InterruptibleInOutAnimator[] mDragOutlineAnims =
118 new InterruptibleInOutAnimator[mDragOutlines.length];
243 final InterruptibleInOutAnimator anim =
244 new InterruptibleInOutAnimator(this, duration, fromAlphaValue, toAlphaValue);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
InterruptibleInOutAnimator.java 33 public class InterruptibleInOutAnimator {
50 public InterruptibleInOutAnimator(View view, long duration, float fromValue, float toValue) {
CellLayout.java 126 private final InterruptibleInOutAnimator[] mDragOutlineAnims =
127 new InterruptibleInOutAnimator[mDragOutlines.length];
249 final InterruptibleInOutAnimator anim =
250 new InterruptibleInOutAnimator(this, duration, fromAlphaValue, toAlphaValue);
    [all...]

Completed in 186 milliseconds