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

  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
ReflectionInflaterTest.java 50 final List<Animation> animations = set.getAnimations(); local
51 assertEquals(1, animations.size());
52 assertTrue(animations.get(0) instanceof ScaleAnimation);
65 final List<Animation> animations = set.getAnimations(); local
66 assertEquals(1, animations.size());
67 assertTrue(animations.get(0) instanceof ScaleAnimation);
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 29 * Represents a group of Animations that should be played together.
42 * on an AnimationSet object, will be pushed down to all child animations.</li>
116 * @param shareInterpolator Pass true if all of the animations in this set
132 final ArrayList<Animation> animations = mAnimations; local
135 animation.mAnimations.add(animations.get(i).clone());
186 final ArrayList<Animation> animations = mAnimations; local
189 if (animations.get(i).hasAlpha()) {
214 * The transforms of the child animations are applied in the order
249 * Sets the start time of this animation and all child animations
258 final ArrayList<Animation> animations = mAnimations local
271 final ArrayList<Animation> animations = mAnimations; local
285 final ArrayList<Animation> animations = mAnimations; local
301 final ArrayList<Animation> animations = mAnimations; local
326 final ArrayList<Animation> animations = mAnimations; local
344 final ArrayList<Animation> animations = mAnimations; local
371 final ArrayList<Animation> animations = mAnimations; local
413 final ArrayList<Animation> animations = mAnimations; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/motion/
DynamicAnimator.java 28 * Fixed length animations should NOT use this class.
32 public final List<DynamicAnimation> animations = new ArrayList<>(); field in class:DynamicAnimator
61 for (DynamicAnimation renderer : animations) {
  /external/replicaisland/src/com/replica/replicaisland/
SpriteComponent.java 20 * Provides an interface for controlling a sprite with animations. Manages a list of animations
76 final PhasedObjectManager animations = mAnimations; local
80 animations.commitUpdates();
84 if (animations.getCount() > 0 && currentAnimIndex != -1) {
93 mCurrentAnimation = (SpriteAnimation)animations.get(0);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java 265 ArrayList <Animator> animations = new ArrayList<Animator>();
282 animations.add(getAnimation(v, delta, delta));
287 animations.add(getAnimation(v, delta, delta));
294 animations.add(getAnimation(view, -yTranslateTop, yTranslateBottom));
297 animations.add(ObjectAnimator.ofFloat(view.findViewById(R.id.expanding_layout),
304 /* Play all the animations created above together at the same time. */
306 s.playTogether(animations);
476 ArrayList <Animator> animations = new ArrayList<Animator>();
481 animations.add(getAnimation(v, diff, diff));
487 animations.add(getAnimation(view, yTranslateTop, -yTranslateBottom))
    [all...]
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlip.java 239 * rotates it in or out depending on its current state. All of these animations
244 List<Animator> animations = new ArrayList<Animator>(); local
250 animations.add(cardView.getRotationAnimator(i, corner, isRotatingOut, false));
260 set.playTogether(animations);
275 List<Animator> animations = new ArrayList<Animator>(); local
280 animations.add(cardView.getFullRotationAnimator(i, corner, false));
288 set.playTogether(animations);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 132 ArrayList<Animator> animations = new ArrayList<Animator>();
147 animations.add(textAlphaAnimator);
179 animations.add(imgViewTranslation);
180 animations.add(imgViewScaleAnimator);
205 animations.add(animation);
215 animations.add(animation);
260 animations.add(animation);
269 set.playTogether(animations);
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
FocusRingView.java 40 * Custom view for running the focus ring animations.
79 mAnimator.animations.add(mAutoFocusRing);
80 mAnimator.animations.add(mManualFocusRing);
  /frameworks/base/services/core/java/com/android/server/wm/
RemoteAnimationController.java 50 * Helper class to run app animations in a remote process.
112 final RemoteAnimationTarget[] animations = createAnimations(); local
113 if (animations.length == 0) {
121 mRemoteAnimationAdapter.getRunner().onAnimationStart(animations, mFinishedCallback);
  /external/ImageMagick/www/api/
layer.php 115 <p>No GIF dispose methods are applied, so GIF animations must be coalesced before applying this image operator to find differences to them.</p>
230 <p>No check is made with regards to image disposal setting, though it is the dispose setting of later image that is kept. Also any time delays are also added together. As such coalesced image animations should still produce the same result, though with duplicte frames merged into a single frame.</p>
256 <p>RemoveZeroDelayLayers() removes any image that as a zero delay time. Such images generally represent intermediate or partial updates in GIF animations used for file optimization. They are not ment to be displayed to users of the animation. Viewable images in an animation should have a time delay of 3 or more centi-seconds (hundredths of a second).</p>
262 <p>Due to the special requirements of GIF disposal handling, GIF animations should be coalesced first, before calling this function, though that is not a requirement.</p>
292 <p>Composition uses given x and y offsets, as the 'origin' location of the source images virtual canvas (not the real image) allowing you to compose a list of 'layer images' into the destiantioni images. This makes it well sutiable for directly composing 'Clears Frame Animations' or 'Coaleased Animations' onto a static or other 'Coaleased Animation' destination image list. GIF disposal handling is not looked at.</p>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 2849 Map<String, ResourceValue> animations = map.get(type); local
    [all...]
  /compatibility/cdd/3_software/
3_8_user-interface-compatibility.md 334 to the end user. Live wallpapers are animations, patterns, or similar images
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java 3510 final List<Animation> animations = set.getAnimations(); local
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 334 milliseconds