Searched refs:gesture (Results 1 – 6 of 6) sorted by relevance
250 private void startGesture(ControlPoint mousePos, Gesture gesture, int mask) { in startGesture() argument256 if (gesture != null) { in startGesture()257 mCurrentGesture = gesture; in startGesture()661 Gesture gesture = mCurrentGesture != null ? mCurrentGesture : mZombieGesture; in dropAccept() local662 if (gesture instanceof DropGesture) { in dropAccept()663 ((DropGesture) gesture).dropAccept(event); in dropAccept()675 Gesture gesture = mCurrentGesture != null ? mCurrentGesture : mZombieGesture; in drop() local678 if (gesture instanceof DropGesture) { in drop()679 ((DropGesture) gesture).drop(event); in drop()
63 <android.gesture.GestureOverlayView ></android.gesture.GestureOverlayView> : GestureOverlayView spe…
85 …: 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 …]
387 gesture overlays.