Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java188 child.setTag(R.id.physics_animator_tag, new TestablePhysicsPropertyAnimator(child)); in addView()
194 child.setTag(R.id.physics_animator_tag, new TestablePhysicsPropertyAnimator(child)); in addView()
214 protected class TestablePhysicsPropertyAnimator extends PhysicsPropertyAnimator { class in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
215 public TestablePhysicsPropertyAnimator(View view) { in TestablePhysicsPropertyAnimator() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.TestablePhysicsPropertyAnimator
308 if (!(animator instanceof TestablePhysicsPropertyAnimator)) { in animationForChild()
309 animator = new TestablePhysicsPropertyAnimator(child); in animationForChild()