Home
last modified time | relevance | path

Searched refs:targetRect2 (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.java1612 private Rect targetRect2; field in RenderPreviewManager.SwapAnimation
1649 if (targetRect2 == null) { in tick()
1650 targetRect2 = new Rect(preview.getX(), preview.getY(), in tick()
1655 (int) (portion * (targetRect2.x - initialRect2.x) + initialRect2.x), in tick()
1656 (int) (portion * (targetRect2.y - initialRect2.y) + initialRect2.y), in tick()
1657 (int) (portion * (targetRect2.w - initialRect2.w) + initialRect2.w), in tick()
1658 (int) (portion * (targetRect2.h - initialRect2.h) + initialRect2.h)); in tick()