Home
last modified time | relevance | path

Searched refs:animationID (Results 1 – 2 of 2) sorted by relevance

/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
DViewAnimations.java92 final int animationID) { in setupAnimation() argument
99 AnimationUtils.loadAnimation(ViewAnimations.this, animationID) : in setupAnimation()
/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
DPropertyAnimations.java95 private void setupAnimation(View view, final Animator animation, final int animationID) { in setupAnimation() argument
102 … Animator anim = AnimatorInflater.loadAnimator(PropertyAnimations.this, animationID); in setupAnimation()