Home
last modified time | relevance | path

Searched refs:InterruptibleInOutAnimator (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DInterruptibleInOutAnimator.java31 public class InterruptibleInOutAnimator { class
48 public InterruptibleInOutAnimator(View view, long duration, float fromValue, float toValue) { in InterruptibleInOutAnimator() method in InterruptibleInOutAnimator
DCellLayout.java117 private InterruptibleInOutAnimator[] mDragOutlineAnims =
118 new InterruptibleInOutAnimator[mDragOutlines.length];
243 final InterruptibleInOutAnimator anim = in CellLayout()
244 new InterruptibleInOutAnimator(this, duration, fromAlphaValue, toAlphaValue); in CellLayout()
/packages/apps/Launcher3/src/com/android/launcher3/
DInterruptibleInOutAnimator.java33 public class InterruptibleInOutAnimator { class
50 public InterruptibleInOutAnimator(View view, long duration, float fromValue, float toValue) { in InterruptibleInOutAnimator() method in InterruptibleInOutAnimator
DCellLayout.java126 private InterruptibleInOutAnimator[] mDragOutlineAnims =
127 new InterruptibleInOutAnimator[mDragOutlines.length];
251 final InterruptibleInOutAnimator anim = in CellLayout()
252 new InterruptibleInOutAnimator(this, duration, fromAlphaValue, toAlphaValue); in CellLayout()