Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
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()
209 protected class TestablePhysicsPropertyAnimator extends PhysicsPropertyAnimator { class in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
210 public TestablePhysicsPropertyAnimator(View view) { in TestablePhysicsPropertyAnimator() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.TestablePhysicsPropertyAnimator
294 if (!(animator instanceof TestablePhysicsPropertyAnimator)) { in animationForChild()
295 animator = new TestablePhysicsPropertyAnimator(child); in animationForChild()