Searched refs:moved (Results 1 – 14 of 14) sorted by relevance
1 The sources in this directory have been moved to:
4 Its source code has been moved into sdklib.
1 The adb tool has moved to platform-tools/
64 public DeletionHandler(@NonNull List<INode> deleted, @NonNull List<INode> moved, in DeletionHandler() argument67 mMoved = moved; in DeletionHandler()
12 plugin. To work around this, the specific registration code was moved
254 boolean moved) { in onRemovingChildren() argument255 super.onRemovingChildren(deleted, parent, moved); in onRemovingChildren()257 if (!moved) { in onRemovingChildren()
413 boolean moved) { in onRemovingChildren() argument414 super.onRemovingChildren(deleted, parent, moved); in onRemovingChildren()
1 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"
15 android:allowTaskReparenting : Specify that an activity can be moved out of a task it is in to the…
217 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…
73 …dowLayout : Used instead of textEditPasteWindowLayout when the window is moved on the side of the…
1429 public void moved(ControlPoint mousePos) { in moved() method in RenderPreviewManager1449 moved(mousePos); in enter()1501 moved(mousePos); in click()
457 mCanvas.getPreviewManager().moved(controlPoint); in mouseMove()