1// Signature format: 4.0 2package androidx.core.animation { 3 4 public final class AnimatorTestRule implements org.junit.rules.TestRule { 5 ctor public AnimatorTestRule(); 6 method public void advanceTimeBy(long); 7 method public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement, org.junit.runner.Description); 8 method public long getCurrentTime(); 9 } 10 11} 12 13