Home
last modified time | relevance | path

Searched refs:initialRect1 (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.java1609 private Rect initialRect1; field in RenderPreviewManager.SwapAnimation
1619 initialRect1 = new Rect(preview1.getX(), preview1.getY(), in SwapAnimation()
1644 (int) (portion * (targetRect1.x - initialRect1.x) + initialRect1.x), in tick()
1645 (int) (portion * (targetRect1.y - initialRect1.y) + initialRect1.y), in tick()
1646 (int) (portion * (targetRect1.w - initialRect1.w) + initialRect1.w), in tick()
1647 (int) (portion * (targetRect1.h - initialRect1.h) + initialRect1.h)); in tick()