OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MoveGesture
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java
123
String label =
MoveGesture
.computeUndoLabel(targetNode, elements, event.detail);
128
InsertType insertType =
MoveGesture
.getInsertType(event, targetNode);
MoveGesture.java
48
public class
MoveGesture
extends DropGesture {
113
* Constructs a new {@link
MoveGesture
}, tied to the given canvas.
115
* @param canvas The canvas to associate the {@link
MoveGesture
} with.
117
public
MoveGesture
(LayoutCanvas canvas) {
[
all
...]
GestureManager.java
616
newGesture = new
MoveGesture
(mCanvas);
831
startGesture(controlPoint, new
MoveGesture
(mCanvas), 0);
[
all
...]
OutlinePage.java
[
all
...]
Completed in 62 milliseconds