Home
last modified time | relevance | path

Searched refs:GestureType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DHandwritingGesture.java170 @interface GestureType{} annotation in HandwritingGesture
191 @GestureType int mType = GESTURE_TYPE_NONE;
200 public final @GestureType int getGestureType() { in getGestureType()
DParcelableHandwritingGesture.java63 @HandwritingGesture.GestureType int gestureType, @NonNull Parcel parcel) { in createFromParcelInternal()