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.java483 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);
/frameworks/base/core/java/android/widget/
DPopupWindow.java2185 final int newAnim = computeAnimationResource(); in update() local
2186 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()