Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java574 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);
/frameworks/base/core/java/android/widget/
DPopupWindow.java2198 final int newAnim = computeAnimationResource(); in update() local
2199 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()