Searched refs:startAnimation (Results 1 - 21 of 21) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DAnimation1.java42 findViewById(R.id.pw).startAnimation(shake);
H A DAnimation3.java96 target.startAnimation(a);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
H A DLayer.java27 public void startAnimation() { method in class:Layer
31 shape.startAnimation();
H A DGLShape.java85 public void startAnimation() { method in class:GLShape
H A DKube.java251 mCurrentLayer.startAnimation();
/development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
H A DBouncer.java82 startAnimation();
124 void startAnimation() { method in class:Bouncer.MyView
H A DBouncer1.java90 startAnimation();
106 void startAnimation() { method in class:Bouncer1.MyView
H A DBouncer2.java91 startAnimation();
107 void startAnimation() { method in class:Bouncer2.MyView
H A DBouncer3.java91 startAnimation();
107 void startAnimation() { method in class:Bouncer3.MyView
/development/samples/ApiDemos/src/com/example/android/apis/animation/
H A DAnimationSeeking.java66 animView.startAnimation();
116 public void startAnimation() { method in class:AnimationSeeking.MyAnimationView
H A DCustomEvaluator.java54 animView.startAnimation();
136 public void startAnimation() { method in class:CustomEvaluator.MyAnimationView
H A DReversingAnimation.java54 animView.startAnimation();
87 public void startAnimation() { method in class:ReversingAnimation.MyAnimationView
H A DTransition3d.java101 mContainer.startAnimation(rotation);
171 mContainer.startAnimation(rotation);
H A DAnimationCloning.java56 animView.startAnimation();
138 public void startAnimation() { method in class:AnimationCloning.MyAnimationView
H A DAnimationLoading.java63 animView.startAnimation();
114 public void startAnimation() { method in class:AnimationLoading.MyAnimationView
H A DAnimatorEvents.java83 animView.startAnimation(endCB.isChecked());
146 public void startAnimation(boolean endImmediately) { method in class:AnimatorEvents.MyAnimationView
H A DMultiPropertyAnimation.java62 animView.startAnimation();
138 public void startAnimation() { method in class:MultiPropertyAnimation.MyAnimationView
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
H A DListViewItemAnimations.java215 view.startAnimation(set);
254 view.startAnimation(set);
348 view.startAnimation(translator);
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
H A DViewAnimations.java98 v.startAnimation(mCheckBox.isChecked() ?
/development/samples/Wiktionary/src/com/example/android/wiktionary/
H A DLookupActivity.java271 mTitleBar.startAnimation(mSlideIn);
323 mTitleBar.startAnimation(mSlideOut);
/development/samples/Home/src/com/example/android/home/
H A DHome.java534 // comment the line mGrid.startAnimation() below
541 mGrid.startAnimation(mGridEntry);
570 mGrid.startAnimation(mGridExit);
575 // comment the line mGrid.startAnimation() above

Completed in 436 milliseconds