Searched refs:newAnim (Results 1 – 2 of 2) sorted by relevance
483 SpringAnimation newAnim = new SpringAnimation(child, property);484 newAnim.addUpdateListener((animation, value, velocity) -> {499 newAnim.setSpring(mController.getSpringForce(property, child));500 newAnim.addEndListener(new AllAnimationsForPropertyFinishedEndListener(property));501 child.setTag(getTagIdForProperty(property), newAnim);
2185 final int newAnim = computeAnimationResource(); in update() local2186 if (newAnim != p.windowAnimations) { in update()2187 p.windowAnimations = newAnim; in update()2300 final int newAnim = computeAnimationResource(); in update()2301 if (newAnim != p.windowAnimations) { in update()2302 p.windowAnimations = newAnim; in update()