Home
last modified time | relevance | path

Searched refs:gesture (Results 1 – 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGestureManager.java250 private void startGesture(ControlPoint mousePos, Gesture gesture, int mask) { in startGesture() argument
256 if (gesture != null) { in startGesture()
257 mCurrentGesture = gesture; in startGesture()
661 Gesture gesture = mCurrentGesture != null ? mCurrentGesture : mZombieGesture; in dropAccept() local
662 if (gesture instanceof DropGesture) { in dropAccept()
663 ((DropGesture) gesture).dropAccept(event); in dropAccept()
675 Gesture gesture = mCurrentGesture != null ? mCurrentGesture : mZombieGesture; in drop() local
678 if (gesture instanceof DropGesture) { in drop()
679 ((DropGesture) gesture).drop(event); in drop()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion1-expected-completion11.txt63 <android.gesture.GestureOverlayView ></android.gesture.GestureOverlayView> : GestureOverlayView spe…
Dcompletion1-expected-completion12.txt63 <android.gesture.GestureOverlayView ></android.gesture.GestureOverlayView> : GestureOverlayView spe…
Dcompletion9-expected-completion64.txt63 <android.gesture.GestureOverlayView ></android.gesture.GestureOverlayView> : GestureOverlayView spe…
Dcompletionvalues1-expected-completion32.txt85 …: Defines whether the overlay should intercept the motion events when a gesture is recognized. […
86 …tion, in milliseconds, of the fade out effect after the user is done drawing a gesture. [integer]
87 android:fadeEnabled : Defines whether the gesture will automatically fade out after being recogniz…
88 android:fadeOffset : Time, in milliseconds, to wait before the gesture fades out after the user is…
109 android:gestureColor : Color used to draw a gesture. [color]
110 …reshold : Minimum curve angle a stroke must contain before it is recognized as a gesture. [float]
111 …reStrokeLengthThreshold : Minimum length of a stroke before it is recognized as a gesture. [float]
112 …arenessThreshold : Squareness threshold of a stroke before it is recognized as a gesture. [float]
113 android:gestureStrokeType : Defines the type of strokes that define a gesture. [enum]
114 android:gestureStrokeWidth : Width of the stroke used to draw the gesture. [float]
[all …]
/sdk/eclipse/
Dchanges.txt387 gesture overlays.