Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 14 of 14) sorted by relevance

/sdk/emulator/opengl/
DREADME1 The sources in this directory have been moved to:
/sdk/apkbuilder/
Dreadme.txt4 Its source code has been moved into sdklib.
/sdk/files/
Dadb_has_moved.txt1 The adb tool has moved to platform-tools/
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DDeletionHandler.java64 public DeletionHandler(@NonNull List<INode> deleted, @NonNull List<INode> moved, in DeletionHandler() argument
67 mMoved = moved; in DeletionHandler()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
DREADME.txt12 plugin. To work around this, the specific registration code was moved
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DRelativeLayoutRule.java254 boolean moved) { in onRemovingChildren() argument
255 super.onRemovingChildren(deleted, parent, moved); in onRemovingChildren()
257 if (!moved) { in onRemovingChildren()
DGridLayoutRule.java413 boolean moved) { in onRemovingChildren() argument
414 super.onRemovingChildren(deleted, parent, moved); in onRemovingChildren()
/sdk/
DREADME.txt1 Some of the SDK tools sources have moved out of the sdk.git project.
47 The new moved projects are unsurprisingly named like their former "make"
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion18.txt15 android:allowTaskReparenting : Specify that an activity can be moved out of a task it is in to the…
Dcompletionvalues1-expected-completion32.txt217 android:scaleType : Controls how the image should be resized or moved to match the size of this Im…
282 …dowLayout : Used instead of textEditPasteWindowLayout when the window is moved on the side of the…
Dcompletion1-expected-completion39.txt73 …dowLayout : Used instead of textEditPasteWindowLayout when the window is moved on the side of the…
Dcompletion5-expected-completion40.txt73 …dowLayout : Used instead of textEditPasteWindowLayout when the window is moved on the side of the…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewManager.java1429 public void moved(ControlPoint mousePos) { in moved() method in RenderPreviewManager
1449 moved(mousePos); in enter()
1501 moved(mousePos); in click()
DGestureManager.java457 mCanvas.getPreviewManager().moved(controlPoint); in mouseMove()