Searched defs:preAnimation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DPlayAnimationThread.java37 public Result preAnimation() { method in class:PlayAnimationThread
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DAnimationThread.java41 * Classes should implement {@link #preAnimation()} and {@link #postAnimation()}.
43 * If {@link #preAnimation()} does not start an animation somehow then the thread doesn't do
80 public abstract Result preAnimation(); method in class:AnimationThread
99 Result result = preAnimation();

Completed in 62 milliseconds