Home
last modified time | relevance | path

Searched refs:selectionRect (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/
DCanvasViewInfo.java109 Rectangle selectionRect, ViewInfo viewInfo) { in CanvasViewInfo() argument
116 mSelectionRect = selectionRect; in CanvasViewInfo()
837 Rectangle selectionRect = new Rectangle(x, y, w - 1, h - 1); in createView() local
840 absRect, selectionRect, root); in createView()