Searched refs:newAnim (Results 1 – 2 of 2) sorted by relevance
574 SpringAnimation newAnim = new SpringAnimation(child, property);575 newAnim.addUpdateListener((animation, value, velocity) -> {593 newAnim.setSpring(mController.getSpringForce(property, child));594 newAnim.addEndListener(new AllAnimationsForPropertyFinishedEndListener(property));595 child.setTag(getTagIdForProperty(property), newAnim);
2198 final int newAnim = computeAnimationResource(); in update() local2199 if (newAnim != p.windowAnimations) { in update()2200 p.windowAnimations = newAnim; in update()2313 final int newAnim = computeAnimationResource(); in update()2314 if (newAnim != p.windowAnimations) { in update()2315 p.windowAnimations = newAnim; in update()