/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | MockNodeProxy.java | 44 public MockNodeProxy(String fqcn, Rectangle bounds, NodeFactory factory) { in MockNodeProxy() 45 super(makeUiViewNode(fqcn), bounds, factory); in MockNodeProxy() local
|
/sdk/rule_api/src/com/android/ide/common/api/ |
D | SegmentType.java | 58 public int getX(@Nullable INode node, @NonNull Rect bounds) { in getX() 86 public int getY(@Nullable INode node, @NonNull Rect bounds) { in getY()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | GuidelinePainter.java | 54 Rect bounds = dragged.getBounds(); in paint() local 72 Rect bounds = n.getBounds(); in paint() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | TestDragElement.java | 57 public TestDragElement setBounds(Rect bounds) { in setBounds() 91 public static TestDragElement create(String fqn, Rect bounds) { in create()
|
D | TestNode.java | 78 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/gre/ |
D | NodeFactory.java | 71 private NodeProxy create(UiViewElementNode uiNode, Rectangle bounds) { in create()
|
D | NodeProxy.java | 81 /*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/eclipse/adt/internal/editors/layout/configuration/ |
D | TargetMenuListener.java | 74 Rectangle bounds = combo.getBounds(); in show() local
|
D | LocaleMenuListener.java | 109 Rectangle bounds = combo.getBounds(); in show() local
|
D | ConfigurationMenuListener.java | 151 Rectangle bounds = combo.getBounds(); in show() local
|
D | ActivityMenuListener.java | 134 Rectangle bounds = combo.getBounds(); in show() local
|
D | OrientationMenuAction.java | 88 Rectangle bounds = combo.getBounds(); in showMenu() local
|
D | DeviceMenuListener.java | 186 Rectangle bounds = combo.getBounds(); in show() local
|
/sdk/uiautomatorviewer/src/com/android/uiautomator/tree/ |
D | UiNode.java | 87 private void updateBounds(String bounds) { in updateBounds()
|
/sdk/assetstudio/src/com/android/assetstudiolib/ |
D | TextRenderUtil.java | 68 Rectangle2D bounds = layout.getBounds(); in renderTextImage() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | ResizeState.java | 45 public Rect bounds; field in ResizeState
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/ |
D | CaptureDisplay.java | 75 Rectangle bounds = in show() local
|
D | LayoutViewer.java | 304 Rectangle bounds = getBounds(); in setTransform() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | SimpleElement.java | 64 public SimpleElement(String fqcn, String parentFqcn, Rect bounds, Rect parentBounds) { in SimpleElement() 240 Rect bounds = null; in parseLines() local
|
D | LintOverlay.java | 84 Rectangle bounds = vi.getAbsRect(); in paint() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridDropHandler.java | 82 Rect bounds = mGrid.layout.getBounds(); in computeMatches() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | CanvasViewInfoTest.java | 506 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.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
D | DurationMinimap.java | 276 private void drawBackground(GC gc, Rectangle bounds) { in drawBackground() 335 Rectangle bounds = mPositionHelper.getDurationBounds( in drawCallDurations() local
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewHierarchyScene.java | 230 Rectangle bounds = getBounds(); in paintBackground() local
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/ |
D | DrawableViewNode.java | 111 public Rectangle bounds = new Rectangle(); field in DrawableViewNode
|