Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java525 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);
/frameworks/base/core/java/android/widget/
DPopupWindow.java2184 final int newAnim = computeAnimationResource(); in update() local
2185 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()