Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTestCase.java182 child.setTag(R.id.physics_animator_tag, new TestablePhysicsPropertyAnimator(child)); in addView()
188 child.setTag(R.id.physics_animator_tag, new TestablePhysicsPropertyAnimator(child)); in addView()
208 protected class TestablePhysicsPropertyAnimator extends PhysicsPropertyAnimator { class in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
209 public TestablePhysicsPropertyAnimator(View view) { in TestablePhysicsPropertyAnimator() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.TestablePhysicsPropertyAnimator
299 if (!(animator instanceof TestablePhysicsPropertyAnimator)) { in animationForChild()
300 animator = new TestablePhysicsPropertyAnimator(child); in animationForChild()