Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewManager.java117 private SwapAnimation mAnimation;
1361 mAnimation = new SwapAnimation(preview, newPreview); in switchTo()
1605 private class SwapAnimation implements Runnable { class in RenderPreviewManager
1615 SwapAnimation(RenderPreview preview1, RenderPreview preview2) { in SwapAnimation() method in RenderPreviewManager.SwapAnimation