Searched refs:tween (Results 1 - 10 of 10) sorted by relevance

/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
H A DTween.java53 * {@link TweenManager} class. If you choose to manage your tween when you start
59 * You need to periodicaly update the tween engine, in order to compute the new
102 * Changes the limit of allowed waypoints for each tween. Defaults to 0 to
145 // Static -- tween accessors
156 * @param defaultAccessor The accessor that will be used to tween any
200 * the tween.
208 Tween tween = pool.get();
209 tween.setup(target, tweenType, duration);
210 tween.ease(Quad.INOUT);
211 tween
[all...]
H A DTimeline.java143 public Timeline push(Tween tween) { argument
145 current.children.add(tween);
/external/universal-tween-engine/
H A DAndroid.mk23 LOCAL_MODULE := universal-tween-engine
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
H A DTweenApplet.java168 Tween tween = Tween.to(vialSprite, SpriteAccessor.POSITION_XY, duration)
172 if (easing != null) tween.ease(easing);
173 if (isYoyo) tween.repeatYoyo(rptCnt, rptDelay);
174 else tween.repeat(rptCnt, rptDelay);
176 tween.start(tweenManager);
255 jLabel2.setIcon(new javax.swing.ImageIcon(getClass().getResource("/aurelienribon/tweenengine/applets/gfx/logo-tween.png"))); // NOI18N
345 jLabel8.setText("<html>\nClick anywhere on the canvas to fire your custom tween.");
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 358 milliseconds