Searched refs:getAbsRect (Results 1 – 10 of 10) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | CanvasViewInfoTest.java | 92 assertEquals(new Rectangle(10, 10, 89, 89), rootView.getAbsRect()); in normal() 102 assertEquals(new Rectangle(10, 10, 49, 19), childView1.getAbsRect()); in normal() 108 assertEquals(new Rectangle(10, 30, 69, 4), childView2.getAbsRect()); in normal() 138 assertEquals(new Rectangle(10, 10, 89, 89), rootView.getAbsRect()); in showIn() 147 assertEquals(new Rectangle(10, 30, 69, 4), includedView.getAbsRect()); in showIn() 155 assertEquals(new Rectangle(10, 50, 69, 4), grandChild.getAbsRect()); in showIn() 177 assertEquals(new Rectangle(10, 10, 89, 89), rootView.getAbsRect()); in testIncludeTag() 188 assertEquals(new Rectangle(10, 10, 49, 19), childView1.getAbsRect()); in testIncludeTag() 194 assertEquals(new Rectangle(10, 30, 69, 4), includedView.getAbsRect()); in testIncludeTag() 219 assertEquals(new Rectangle(10, 10, 89, 89), rootView.getAbsRect()); in testNoIncludeTag() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | NodeFactory.java | 49 return create(canvasViewInfo.getUiViewNode(), canvasViewInfo.getAbsRect()); in create()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | EmptyViewsOverlay.java | 83 Rectangle r = info.getAbsRect(); in paint()
|
D | CanvasViewInfo.java | 126 public Rectangle getAbsRect() { in getAbsRect() method in CanvasViewInfo 517 Rect bounds = SwtUtils.toRect(getAbsRect()); in toSimpleElement() 525 parentBounds = SwtUtils.toRect(getParent().getAbsRect()); in toSimpleElement() 689 includedBounds.add(vi.getAbsRect()); in create() 722 Rectangle rect = child.getAbsRect(); in create() 753 rootView.getAbsRect(), rootView.getSelectionRect(), in create()
|
D | OutlineOverlay.java | 88 Rectangle r = info.getAbsRect(); in drawOutline()
|
D | LintOverlay.java | 89 Rectangle bounds = vi.getAbsRect(); in paint()
|
D | IncludeOverlay.java | 74 Rectangle whole = root.getAbsRect(); in paint()
|
D | LintTooltipManager.java | 165 Rectangle b = v.getAbsRect(); in computeNodes()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | RelativeLayoutConversionHelper.java | 1320 return mInfo.getAbsRect().height; in getHeight() 1363 return mInfo.getAbsRect().x; in getLeftEdge() 1367 return mInfo.getAbsRect().y; in getTopEdge() 1371 Rectangle bounds = mInfo.getAbsRect(); in getRightEdge() 1379 Rectangle bounds = mInfo.getAbsRect(); in getBottomEdge() 1502 Rectangle parentBounds = view.getAbsRect(); in analyze() 1506 Rectangle childBounds = child.getAbsRect(); in analyze() 1532 Rectangle childViewBounds = childView.getAbsRect(); in analyze() 1593 Rectangle bounds = info.getAbsRect(); in add()
|
D | GridLayoutConverter.java | 523 Rectangle b = mInfo.getAbsRect(); in View()
|