HomeSort by relevance Sort by last modified time
    Searched refs:animator (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ui/views/animation/
bounds_animator_observer.h 17 virtual void OnBoundsAnimatorProgressed(BoundsAnimator* animator) = 0;
20 virtual void OnBoundsAnimatorDone(BoundsAnimator* animator) = 0;
bounds_animator_unittest.cc 100 TestBoundsAnimator* animator() { return &animator_; } function in class:views::BoundsAnimatorTest
117 animator()->AnimateViewTo(child(), target_bounds);
118 animator()->SetAnimationDelegate(child(), &delegate, false);
120 // The animator should be animating now.
121 EXPECT_TRUE(animator()->IsAnimating());
138 animator()->AnimateViewTo(child(), gfx::Rect(0, 0, 10, 10));
139 animator()->SetAnimationDelegate(child(), new OwnedDelegate(), true);
141 animator()->Cancel();
143 // The animator should no longer be animating.
144 EXPECT_FALSE(animator()->IsAnimating())
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkDrawExtraPathEffect.h 13 void InitializeSkExtraPathEffects(SkAnimator* animator);
  /external/skia/include/effects/
SkDrawExtraPathEffect.h 13 void InitializeSkExtraPathEffects(SkAnimator* animator);
  /external/chromium_org/ui/compositor/
layer_animator_unittest.cc 95 DeletingLayerAnimationObserver(LayerAnimator* animator)
96 : animator_(animator) {
160 // Checks that setting a property on an implicit animator causes an animation to
163 scoped_refptr<LayerAnimator> animator(
165 AnimationContainerElement* element = animator.get();
166 animator->set_disable_timer_for_test(true);
168 animator->SetDelegate(&delegate);
170 animator->SetBrightness(0.5);
171 EXPECT_TRUE(animator->is_animating());
176 // Checks that if the animator is a default animator, that implicit animation
2138 LayerAnimator* animator() { return animator_.get(); } function in class:ui::AnimatorOwner
2162 LayerAnimator* animator() { return animator_owner_->animator(); } function in class:ui::DeletingObserver
2219 LayerAnimator* animator = observer->animator(); local
2253 LayerAnimator* animator = observer->animator(); local
2285 LayerAnimator* animator = observer->animator(); local
2316 LayerAnimator* animator = observer->animator(); local
    [all...]
scoped_layer_animation_settings.cc 19 LayerAnimator* animator)
20 : animator_(animator),
21 old_transition_duration_(animator->transition_duration_),
22 old_tween_type_(animator->tween_type()),
23 old_preemption_strategy_(animator->preemption_strategy()) {
scoped_layer_animation_settings.h 21 // Scoped settings allow you to temporarily change the animator's settings and
27 explicit ScopedLayerAnimationSettings(LayerAnimator* animator);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewAnimatorTest.java 16 protected ViewAnimator animator; field in class:ViewAnimatorTest
20 animator = new ViewAnimator(new Activity());
26 animator.addView(v);
28 assertEquals(0, animator.getDisplayedChild());
29 assertEquals(v, animator.getCurrentView());
37 animator.addView(v1);
38 animator.addView(v2);
40 animator.showNext();
42 assertEquals(1, animator.getDisplayedChild());
43 assertEquals(v2, animator.getCurrentView())
    [all...]
  /external/chromium_org/ui/compositor/test/
layer_animator_test_controller.h 12 // Allows tests to access sequences owned by the animator.
15 LayerAnimatorTestController(scoped_refptr<LayerAnimator> animator);
19 LayerAnimator* animator() { return animator_.get(); } function in class:ui::LayerAnimatorTestController
layer_animator_test_controller.cc 12 scoped_refptr<LayerAnimator> animator)
13 : animator_(animator) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Animated3dActivity.java 45 ObjectAnimator animator = ObjectAnimator.ofFloat(view, "rotationY", 0.0f, 360.0f); local
46 animator.setDuration(4000);
47 animator.setRepeatCount(ObjectAnimator.INFINITE);
48 animator.setRepeatMode(ObjectAnimator.REVERSE);
49 animator.start();
ClipRegionActivity.java 43 ObjectAnimator animator = ObjectAnimator.ofFloat(group, "clipPosition", 0.0f, 1.0f); local
44 animator.setDuration(3000);
45 animator.setRepeatCount(ValueAnimator.INFINITE);
46 animator.setRepeatMode(ValueAnimator.REVERSE);
47 animator.start();
  /packages/apps/Camera2/src/com/android/camera/
AnimationManager.java 19 import android.animation.Animator;
66 translateY.addListener(new Animator.AnimatorListener() {
68 public void onAnimationStart(Animator animator) {
73 public void onAnimationEnd(Animator animator) {
78 public void onAnimationCancel(Animator animator) {
83 public void onAnimationRepeat(Animator animator) {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
PlayAnimationThread.java 24 import android.animation.Animator;
28 private final Animator mAnimator;
30 public PlayAnimationThread(Animator animator, RenderSessionImpl scene, String animName,
33 mAnimator = animator;
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorTest.java 18 import android.animation.Animator;
28 private Animator mAnimator;
48 Animator animatorClone = mAnimator.clone();
66 Animator animatorLocal = mActivity.createAnimatorWithDuration(duration);
110 Animator animator = ObjectAnimator.ofFloat(object, property, startY, endY); local
111 animator.setDuration(mDuration);
112 ((ObjectAnimator)animator).setRepeatCount(ValueAnimator.INFINITE);
113 animator.setInterpolator(new AccelerateInterpolator());
114 ((ObjectAnimator)animator).setRepeatMode(ValueAnimator.REVERSE)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentCustomAnimations.java 78 ft.setCustomAnimations(R.animator.fragment_slide_left_enter,
79 R.animator.fragment_slide_left_exit,
80 R.animator.fragment_slide_right_enter,
81 R.animator.fragment_slide_right_exit);
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CardFlipActivity.java 125 // Replace the default fragment animations with animator resources representing
126 // rotations when switching to the back of the card, as well as animator
130 R.animator.card_flip_right_in, R.animator.card_flip_right_out,
131 R.animator.card_flip_left_in, R.animator.card_flip_left_out)
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewProgressController.java 20 import android.animation.Animator;
138 final Animator animator = AnimatorInflater.loadAnimator( local
140 animator.setTarget(mBackgroundView);
141 animator.addListener(new AnimatorListenerAdapter() {
143 public void onAnimationEnd(Animator animation) {
151 animator.start();
  /development/samples/devbytes/animation/MultiPropertyAnimations/src/com/example/android/multipropertyanimations/
MultiPropertyAnimations.java 56 public void onAnimationUpdate(ValueAnimator animator) {
57 float fraction = animator.getAnimatedFraction();
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
TextFragment.java 19 import android.animation.Animator;
45 public Animator onCreateAnimator(int transit, boolean enter, int nextAnim)
47 int id = enter ? R.animator.slide_fragment_in : R.animator.slide_fragment_out;
48 final Animator anim = AnimatorInflater.loadAnimator(getActivity(), id);
52 public void onAnimationEnd(Animator animation) {
  /external/chromium_org/ash/display/
output_configurator_animation.cc 36 void AddNewAnimator(ui::LayerAnimator* animator) {
37 Observer* observer = new Observer(animator, this);
38 animator->AddObserver(observer);
60 Observer(ui::LayerAnimator* animator,
62 : animator_(animator),
141 // In case that OnDisplayModeChanged() isn't called or its animator is
163 ui::LayerAnimator* animator = it->second->GetAnimator(); local
164 if (animator->is_animating())
165 animator->StopAnimating();
  /external/chromium_org/ash/wm/
session_state_animator.h 108 explicit TestApi(SessionStateAnimator* animator)
109 : animator_(animator) {}
  /external/chromium_org/third_party/skia/src/animator/
SkXMLAnimatorWriter.cpp 15 SkXMLAnimatorWriter::SkXMLAnimatorWriter(SkAnimator* animator) : fAnimator(animator)
72 w.addAttribute("animator", "to100");
  /external/skia/src/animator/
SkXMLAnimatorWriter.cpp 15 SkXMLAnimatorWriter::SkXMLAnimatorWriter(SkAnimator* animator) : fAnimator(animator)
72 w.addAttribute("animator", "to100");
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
Tweener.java 24 import android.animation.Animator.AnimatorListener;
25 import android.animation.Animator;
37 ObjectAnimator animator; field in class:Tweener
41 animator = anim;
44 private static void remove(Animator animator) {
48 if (entry.getValue().animator == animator) {
52 break; // an animator can only be attached to one object
108 anim = sTweens.get(object).animator;
    [all...]

Completed in 744 milliseconds

1 2 3 4 5 6