Searched refs:preAnimation (Results 1 - 3 of 3) 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
H A DRenderSessionImpl.java569 public Result preAnimation() {
683 public Result preAnimation() {
838 public Result preAnimation() {
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DAnimationThread.java40 * Classes should implement {@link #preAnimation()} and {@link #postAnimation()}.
42 * If {@link #preAnimation()} does not start an animation somehow then the thread doesn't do
80 public abstract Result preAnimation(); method in class:AnimationThread
105 Result result = preAnimation();

Completed in 91 milliseconds