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

  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 83 setupAnimation(alphaButton, alphaAnimation, R.anim.alpha_anim);
84 setupAnimation(translateButton, translateAnimation, R.anim.translate_anim);
85 setupAnimation(rotateButton, rotateAnimation, R.anim.rotate_anim);
86 setupAnimation(scaleButton, scaleAnimation, R.anim.scale_anim);
87 setupAnimation(setButton, setAnimation, R.anim.set_anim);
91 private void setupAnimation(View view, final Animation animation,
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 87 setupAnimation(alphaButton, alphaAnimation, R.animator.fade);
88 setupAnimation(translateButton, translateAnimation, R.animator.move);
89 setupAnimation(rotateButton, rotateAnimation, R.animator.spin);
90 setupAnimation(scaleButton, scaleAnimation, R.animator.scale);
91 setupAnimation(setButton, setAnimation, R.animator.combo);
95 private void setupAnimation(View view, final Animator animation, final int animationID) {
  /frameworks/support/design/eclair-mr1/android/support/design/widget/
FloatingActionButtonEclairMr1.java 53 setupAnimation(new ElevateToTranslationZAnimation()));
55 setupAnimation(new ElevateToTranslationZAnimation()));
58 setupAnimation(new ResetElevationAnimation()));
224 private Animation setupAnimation(Animation animation) {
  /packages/apps/Launcher2/src/com/android/launcher2/
SearchDropTargetBar.java 82 private void setupAnimation(ObjectAnimator anim, final View v) {
120 setupAnimation(mDropTargetBarAnim, mDropTargetBar);
121 setupAnimation(mQSBSearchBarAnim, mQSBSearchBar);
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 834 milliseconds