Searched refs:point (Results 1 – 14 of 14) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ControlPointTest.java | 25 ControlPoint point = ControlPoint.create(mCanvas, mouseEvent); in testCreateFromMouseEvent() local 26 assertEquals(10, point.x); in testCreateFromMouseEvent() 27 assertEquals(20, point.y); in testCreateFromMouseEvent() 31 ControlPoint point = ControlPoint.create(mCanvas, 10, 20); in testCreateFromCoordinates() local 32 assertEquals(10, point.x); in testCreateFromCoordinates() 33 assertEquals(20, point.y); in testCreateFromCoordinates() 37 ControlPoint point = ControlPoint.create(new TestLayoutCanvas(), 10, 20); in testConvertToLayout() local 38 assertEquals(10, point.x); in testConvertToLayout() 39 assertEquals(20, point.y); in testConvertToLayout() 41 LayoutPoint layoutPoint = point.toLayout(); in testConvertToLayout() [all …]
|
D | LayoutPointTest.java | 21 LayoutPoint point = LayoutPoint.create(mCanvas, 10, 20); in testCreateFromCoordinates() local 22 assertEquals(10, point.x); in testCreateFromCoordinates() 23 assertEquals(20, point.y); in testCreateFromCoordinates() 46 LayoutPoint point = LayoutPoint.create(new TestLayoutCanvas(), 10, 20); in testConvertToControl() local 47 assertEquals(10, point.x); in testConvertToControl() 48 assertEquals(20, point.y); in testConvertToControl() 50 ControlPoint controlPoint = point.toControl(); in testConvertToControl() 58 assertNotSame(layoutPoint, point); in testConvertToControl() 59 assertEquals(point, layoutPoint); in testConvertToControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | SelectionHandle.java | 117 public boolean contains(LayoutPoint point, int distance) { in contains() argument 118 return (point.x >= centerX - distance in contains() 119 && point.x <= centerX + distance in contains() 120 && point.y >= centerY - distance in contains() 121 && point.y <= centerY + distance); in contains()
|
D | SelectionHandles.java | 59 public SelectionHandle findHandle(LayoutPoint point, int distance) { in findHandle() argument 61 if (handle.contains(point, distance)) { in findHandle()
|
D | PaletteControl.java | 175 Point point = toolbar.toDisplay(bounds.x, bounds.y + bounds.height); in createToolbarItems() 176 mControl.showMenu(point.x, point.y); in createToolbarItems()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/ |
D | plugin.properties | 17 extension-point.name.Tools_Locator = Tools Locator 18 extension-point.name.Debugger_Connector = Debugger Connector 19 extension-point.name.Source_Revealer = Source Revealer 20 extension-point.name.TreeView_Laucher = TraceView Launcher 21 extension-point.name.ClientAction = Client Specific Actions
|
/sdk/files/ |
D | proguard-android.txt | 15 # instead you will need to point to the
|
/sdk/find_java/ |
D | find_java.bat | 62 echo variable in Control Panel / System / Avanced System Settings to point to the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion12-expected-completion75.txt | 58 android:transformPivotX : x location of the pivot point around which the view will rotate and scal… 59 android:transformPivotY : y location of the pivot point around which the view will rotate and scal…
|
D | completion1-expected-completion39.txt | 133 android:transformPivotX : x location of the pivot point around which the view will rotate and scal… 134 android:transformPivotY : y location of the pivot point around which the view will rotate and scal…
|
D | completion5-expected-completion40.txt | 133 android:transformPivotX : x location of the pivot point around which the view will rotate and scal… 134 android:transformPivotY : y location of the pivot point around which the view will rotate and scal…
|
D | completionvalues1-expected-completion32.txt | 301 android:transformPivotX : x location of the pivot point around which the view will rotate and scal… 302 android:transformPivotY : y location of the pivot point around which the view will rotate and scal…
|
/sdk/ |
D | changes.txt | 178 decimal point.
|
/sdk/docs/ |
D | howto_use_cupcake_sdk.txt | 95 - Using Help > Software Update, add a new "archived site", point it to the new
|