OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setupAnimation
(Results
1 - 4
of
4
) 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) {
/packages/apps/Launcher2/src/com/android/launcher2/
SearchDropTargetBar.java
82
private void
setupAnimation
(ObjectAnimator anim, final View v) {
122
setupAnimation
(mDropTargetBarAnim, mDropTargetBar);
123
setupAnimation
(mQSBSearchBarAnim, mQSBSearchBar);
/packages/apps/Launcher3/src/com/android/launcher3/
SearchDropTargetBar.java
79
setupAnimation
(mQSBSearchBarAnim, mQSBSearchBar);
88
private void
setupAnimation
(ObjectAnimator anim, final View v) {
127
setupAnimation
(mDropTargetBarAnim, mDropTargetBar);
Completed in 2324 milliseconds