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

  /external/chromium_org/ui/app_list/views/
pulsing_block_view.cc 36 // The animations loop infinitely.
67 std::vector<ui::LayerAnimationSequence*> animations; local
68 animations.push_back(opacity_sequence.release());
69 animations.push_back(transform_sequence.release());
70 layer->GetAnimator()->ScheduleTogether(animations);
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 109 const CSSAnimationDataList* animations = style->animations(); local
112 return (display != NONE && animations && animations->size()) || (cssAnimations && !cssAnimations->isEmpty());
142 RELEASE_ASSERT_WITH_MESSAGE(animationData->delay() > 0, "Web Animations not yet implemented: Negative delay");
165 const CSSAnimationDataList* animationDataList = style->animations();
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ObjectAnimationModifier.java 13 import com.jme3.scene.plugins.blender.animations.Ipo;
56 ArrayList<Animation> animations = new ArrayList<Animation>(1); local
57 animations.add(animation);
59 animData = new AnimData(null, animations);
ArmatureModifier.java 28 import com.jme3.scene.plugins.blender.animations.ArmatureHelper;
130 // read animations
131 ArrayList<Animation> animations = new ArrayList<Animation>(); local
152 animations.add(boneAnimation);
156 animData = new AnimData(skeleton, animations);
202 // applying 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);
  /external/chromium_org/ash/wm/
window_selector_unittest.cc 100 ScopedVector<LayerAnimationObserver> animations; local
102 animations.push_back(new LayerAnimationObserver(windows[i]->layer()));
105 for (size_t i = 0; i < animations.size(); ++i) {
106 animations[i]->WaitUntilDone();
114 ScopedVector<LayerAnimationObserver> animations; local
116 animations.push_back(new LayerAnimationObserver(windows[i]->layer()));
119 for (size_t i = 0; i < animations.size(); ++i)
120 animations[i]->WaitUntilDone();
session_state_animator.cc 270 std::vector<ui::LayerAnimationSequence*> animations; local
271 animations.push_back(brightness_sequence.release());
272 animations.push_back(grayscale_sequence.release());
275 animations[0]->AddObserver(observer);
280 animator->StartTogether(animations);
window_animations.cc 53 // Brightness/grayscale values for hide/show window animations.
352 // In tests |old_layer| is deleted here, as animations have zero duration.
494 std::vector<ui::LayerAnimationSequence*> animations; local
495 animations.push_back(brightness_sequence.release());
496 animations.push_back(grayscale_sequence.release());
498 return animations;
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestSpatialAnim.java 77 HashMap<String, Animation> animations = new HashMap<String, Animation>(); local
78 animations.put("anim", spatialAnimation);
79 control.setAnimations(animations);
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
SkeletonLoader.java 70 private ArrayList<Animation> animations; field in class:SkeletonLoader
125 assert elementStack.peek().equals("animations");
131 } else if (qName.equals("animations")) {
133 animations = new ArrayList<Animation>();
168 animations.add(animation);
236 if (animations != null) {
237 animations.clear();
269 if (animations == null) {
270 animations = new ArrayList<Animation>();
272 AnimData data = new AnimData(skeleton, animations);
    [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);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
ArmatureHelper.java 32 package com.jme3.scene.plugins.blender.animations;
BoneContext.java 1 package com.jme3.scene.plugins.blender.animations;
CalculationBone.java 1 package com.jme3.scene.plugins.blender.animations;
Ipo.java 1 package com.jme3.scene.plugins.blender.animations;
IpoHelper.java 1 package com.jme3.scene.plugins.blender.animations;
  /external/chromium_org/cc/animation/
layer_animation_controller.cc 58 ScopedPtrVector<Animation>& animations = active_animations_; local
59 animations.erase(cc::remove_if(&animations,
60 animations.begin(),
61 animations.end(),
63 animations.end());
83 ScopedPtrVector<Animation>& animations = active_animations_; local
84 animations.erase(cc::remove_if(&animations,
85 animations.begin()
400 ScopedPtrVector<Animation>& animations = local
609 ScopedPtrVector<Animation>& animations = active_animations_; local
    [all...]
  /external/chromium_org/ui/compositor/
layer_animator_unittest.cc 47 std::vector<ui::LayerAnimationSequence*> animations; local
48 animations.push_back(first_sequence);
49 animations.push_back(second_sequence);
50 return animations;
92 // When notified that an animation has ended, stops all other animations.
176 // Checks that if the animator is a default animator, that implicit animations
209 // simultaneously and that all animations are advanced to their target values.
228 // simultaneously and that all animations are advanced to their target values.
338 // Schedule two non-threaded animations on separate properties. Both animations
413 std::vector<LayerAnimationSequence*> animations; local
    [all...]
  /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...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/asset/
BlenderKey.java 476 int ANIMATIONS = 0x00000004;
500 /** Animations of all objects. */
501 private List<AnimData> animations; field in class:BlenderKey.LoadingResults
526 if ((featuresToLoad & FeaturesToLoad.ANIMATIONS) != 0) {
527 animations = new ArrayList<AnimData>();
647 * This method returns all loaded animations.
648 * @return all loaded animations
651 return animations;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 1156 const Vector<Animation*>& animations = animationStack->activeAnimations(target); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 2748 Map<String, ResourceValue> animations = map.get(type); local
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 2454 ArrayList<Animator> animations = new ArrayList<Animator>(); local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 2594 ArrayList<Animator> animations = new ArrayList<Animator>(); local
2731 ArrayList<Animator> animations = new ArrayList<Animator>(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 113 friend class CSSPropertyAnimation; // Used by CSS animations. We can't allow them to animate based off visited colors.
117 friend class PropertyWrapperMaybeInvalidColor; // Used by CSS animations. We can't allow them to animate based off visited colors.
851 const CSSAnimationDataList* animations() const { return rareNonInheritedData->m_animations.get(); } function in class:WebCore::RenderStyle
    [all...]

Completed in 549 milliseconds