Home
last modified time | relevance | path

Searched refs:mAnimation (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; field in RenderPreviewManager
666 if (mAnimation != null) { in paint()
667 mAnimation.tick(gc); in paint()
1361 mAnimation = new SwapAnimation(preview, newPreview); in switchTo()
1632 mAnimation = null; in tick()