Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 25 of 41) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DMockNodeProxy.java44 public MockNodeProxy(String fqcn, Rectangle bounds, NodeFactory factory) { in MockNodeProxy()
45 super(makeUiViewNode(fqcn), bounds, factory); in MockNodeProxy() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DGuidelinePainter.java54 Rect bounds = dragged.getBounds(); in paint() local
72 Rect bounds = n.getBounds(); in paint() local
DConstraintPainter.java127 Rect bounds = node.getBounds(); in paintSelectionFeedback() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java83 Rect bounds = mGrid.layout.getBounds(); in computeMatches() local
291 private void addCenterColumnMatch(Rect bounds, int x1, int y1, int x2, int y2, in addCenterColumnMatch()
353 private void addColumnGapMatch(Rect bounds, int x1, int x2, List<GridMatch> columnMatches, in addColumnGapMatch()
415 private void addRowGapMatch(Rect bounds, int y1, int y2, List<GridMatch> rowMatches, int max) { in addRowGapMatch()
475 Rect bounds = element.getBounds(); in handleFreeFormDrop() local
DGridLayoutPainter.java186 Rect bounds = first.getBounds(); in paintFreeFormDropFeedback() local
318 Rect bounds = first.getBounds(); in paintGridModeDropFeedback() local
DGridModel.java757 Rect bounds = view.node.getBounds(); in assignCellBoundsFromBounds() local
827 Rect bounds = view.node.getBounds(); in initializeMaxBounds() local
1464 Rect bounds = view.node.getBounds(); in getIntersectsRow() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestDragElement.java57 public TestDragElement setBounds(Rect bounds) { in setBounds()
91 public static TestDragElement create(String fqn, Rect bounds) { in create()
DTestNode.java77 public TestNode bounds(Rect bounds) { in bounds() method in TestNode
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSimpleElement.java64 public SimpleElement(String fqcn, String parentFqcn, Rect bounds, Rect parentBounds) { in SimpleElement()
240 Rect bounds = null; in parseLines() local
DLintOverlay.java89 Rectangle bounds = vi.getAbsRect(); in paint() local
DGestureManager.java848 Rectangle bounds = item.getRect(); in dragStart() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DNodeFactory.java71 private NodeProxy create(UiViewElementNode uiNode, Rectangle bounds) { in create()
DNodeProxy.java81 /*package*/ NodeProxy(UiViewElementNode uiNode, Rectangle bounds, NodeFactory factory) { in NodeProxy()
126 /*package*/ void setBounds(Rectangle bounds) { in setBounds()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DResizeState.java45 public Rect bounds; field in ResizeState
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCanvasViewInfoTest.java506 List<Rectangle> bounds = result.getSecond(); in testMergeCookies2() local
558 List<Rectangle> bounds = result.getSecond(); in testIncludeBounds() local
612 List<Rectangle> bounds = result.getSecond(); in includeBounds2() local
641 List<Rectangle> bounds = result.getSecond(); in testCookieWorkaround() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DTargetMenuListener.java120 Rectangle bounds = combo.getBounds(); in show() local
DLocaleMenuListener.java118 Rectangle bounds = combo.getBounds(); in show() local
DDeviceMenuListener.java193 Rectangle bounds = combo.getBounds(); in show() local
DActivityMenuListener.java134 Rectangle bounds = combo.getBounds(); in show() local
DOrientationMenuAction.java88 Rectangle bounds = combo.getBounds(); in showMenu() local
DConfigurationMenuListener.java257 Rectangle bounds = combo.getBounds(); in show() local
DThemeMenuAction.java166 Rectangle bounds = combo.getBounds(); in showThemeMenu() local
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DDurationMinimap.java276 private void drawBackground(GC gc, Rectangle bounds) { in drawBackground()
335 Rectangle bounds = mPositionHelper.getDurationBounds( in drawCallDurations() local
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyScene.java230 Rectangle bounds = getBounds(); in paintBackground() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRelativeLayoutConversionHelper.java1371 Rectangle bounds = mInfo.getAbsRect(); in getRightEdge() local
1379 Rectangle bounds = mInfo.getAbsRect(); in getBottomEdge() local
1593 Rectangle bounds = info.getAbsRect(); in add() local

12