Searched refs:newAnim (Results 1 – 2 of 2) sorted by relevance
525 SpringAnimation newAnim = new SpringAnimation(child, property);526 newAnim.addUpdateListener((animation, value, velocity) -> {541 newAnim.setSpring(mController.getSpringForce(property, child));542 newAnim.addEndListener(new AllAnimationsForPropertyFinishedEndListener(property));543 child.setTag(getTagIdForProperty(property), newAnim);
2184 final int newAnim = computeAnimationResource(); in update() local2185 if (newAnim != p.windowAnimations) { in update()2186 p.windowAnimations = newAnim; in update()2299 final int newAnim = computeAnimationResource(); in update()2300 if (newAnim != p.windowAnimations) { in update()2301 p.windowAnimations = newAnim; in update()