Searched refs:FastTranslateAnimation (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher/src/com/android/launcher/ |
D | DeleteZone.java | 195 animationSet.addAnimation(new FastTranslateAnimation(Animation.ABSOLUTE, 0.0f, in createAnimations() 199 animationSet.addAnimation(new FastTranslateAnimation(Animation.RELATIVE_TO_SELF, in createAnimations() 207 mHandleOutAnimation = new FastTranslateAnimation(Animation.ABSOLUTE, 0.0f, in createAnimations() 211 mHandleOutAnimation = new FastTranslateAnimation(Animation.RELATIVE_TO_SELF, in createAnimations() 232 private static class FastTranslateAnimation extends TranslateAnimation { class in DeleteZone 233 public FastTranslateAnimation(int fromXType, float fromXValue, int toXType, float toXValue, in FastTranslateAnimation() method in DeleteZone.FastTranslateAnimation
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DeleteZone.java | 201 animationSet.addAnimation(new FastTranslateAnimation(Animation.ABSOLUTE, 0.0f, in createAnimations() 205 animationSet.addAnimation(new FastTranslateAnimation(Animation.RELATIVE_TO_SELF, in createAnimations() 213 mHandleOutAnimation = new FastTranslateAnimation(Animation.ABSOLUTE, 0.0f, in createAnimations() 217 mHandleOutAnimation = new FastTranslateAnimation(Animation.RELATIVE_TO_SELF, in createAnimations() 238 private static class FastTranslateAnimation extends TranslateAnimation { class in DeleteZone 239 public FastTranslateAnimation(int fromXType, float fromXValue, int toXType, float toXValue, in FastTranslateAnimation() method in DeleteZone.FastTranslateAnimation
|