Home
last modified time | relevance | path

Searched defs:gesture (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/base/core/java/android/gesture/
DGestureLibrary.java63 public ArrayList<Prediction> recognize(Gesture gesture) { in recognize()
67 public void addGesture(String entryName, Gesture gesture) { in addGesture()
71 public void removeGesture(String entryName, Gesture gesture) { in removeGesture()
DInstance.java72 …static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String labe… in createInstance()
86 private static float[] spatialSampler(Gesture gesture) { in spatialSampler()
90 private static float[] temporalSampler(int orientationType, Gesture gesture) { in temporalSampler()
DGestureStore.java136 public ArrayList<Prediction> recognize(Gesture gesture) { in recognize()
148 public void addGesture(String entryName, Gesture gesture) { in addGesture()
170 public void removeGesture(String entryName, Gesture gesture) { in removeGesture()
322 final Gesture gesture = Gesture.deserialize(in); in readFormatV1() local
DGesture.java65 Gesture gesture = new Gesture(); in clone() local
269 final Gesture gesture = new Gesture(); in deserialize() local
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
DInsertModeGestureTest.java50 InsertModeGesture gesture = builder.setInsertionPoint(INSERTION_POINT) in testBuilder() local
62 var gesture = new InsertModeGesture.Builder().setInsertionPoint(INSERTION_POINT) in testCancellationSignal() local
DSelectGestureTest.java47 SelectGesture gesture = builder.setGranularity(HandwritingGesture.GRANULARITY_WORD) in testBuilder() local
DInsertGestureTest.java48 InsertGesture gesture = builder.setInsertionPoint(INSERTION_POINT) in testBuilder() local
DSelectRangeGestureTest.java49 SelectRangeGesture gesture = builder.setGranularity(HandwritingGesture.GRANULARITY_WORD) in testBuilder() local
DDeleteRangeGestureTest.java49 DeleteRangeGesture gesture = builder.setGranularity(HandwritingGesture.GRANULARITY_WORD) in testBuilder() local
DParcelableHandwritingGestureTest.java132 static void verifyEqualityAfterUnparcel(@NonNull HandwritingGesture gesture) { in verifyEqualityAfterUnparcel()
/frameworks/base/core/java/android/view/inputmethod/
DParcelableHandwritingGesture.java36 private ParcelableHandwritingGesture(@NonNull HandwritingGesture gesture) { in ParcelableHandwritingGesture()
50 public static ParcelableHandwritingGesture of(@NonNull HandwritingGesture gesture) { in of()
DInputConnectionWrapper.java333 public void performHandwritingGesture( in performHandwritingGesture()
344 public boolean previewHandwritingGesture( in previewHandwritingGesture()
DInputConnection.java1049 default void performHandwritingGesture( in performHandwritingGesture()
1076 default boolean previewHandwritingGesture( in previewHandwritingGesture()
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp126 const Gesture& gesture) { in handleGesture()
153 const Gesture& gesture) { in handleMove()
183 const Gesture& gesture) { in handleButtonsChange()
298 const Gesture& gesture) { in handleScroll()
334 const Gesture& gesture) { in handleFling()
473 const Gesture& gesture) { in handlePinch()
/frameworks/base/core/java/android/accessibilityservice/
DFingerprintGestureController.java149 public void onGesture(int gesture) { in onGesture()
183 public void onGestureDetected(int gesture) {} in onGestureDetected()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenGestureLogger.java104 public void write(int gesture, int length, int velocity) { in write()
135 private int safeLookup(int gesture) { in safeLookup()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DMultiTapAndHold.java29 Context context, int taps, int gesture, GestureMatcher.StateChangeListener listener) { in MultiTapAndHold()
DSwipe.java95 int gesture, in Swipe()
104 int gesture, in Swipe()
112 int gesture, in Swipe()
DSecondFingerMultiTap.java45 Context context, int taps, int gesture, GestureMatcher.StateChangeListener listener) { in SecondFingerMultiTap()
DMultiTap.java44 public MultiTap(Context context, int taps, int gesture, in MultiTap()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchpadInputMapper.cpp173 void gestureInterpreterCallback(void* clientData, const Gesture* gesture) { in gestureInterpreterCallback()
211 void processGesture(const TouchpadInputMapper::MetricsIdentifier& id, const Gesture& gesture) { in processGesture()
490 void TouchpadInputMapper::consumeGesture(const Gesture* gesture) { in consumeGesture()
/frameworks/base/core/java/com/android/internal/inputmethod/
DEditableInputConnection.java300 public void performHandwritingGesture( in performHandwritingGesture()
329 public boolean previewHandwritingGesture( in previewHandwritingGesture()
/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/
DHandwritingIme.java104 HandwritingGesture gesture = null; in onStylusEvent() local
196 private void performGesture(HandwritingGesture gesture) { in performGesture()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DGestureDescriptionTest.java249 GestureDescription gesture = new GestureDescription.Builder().addStroke(stroke1).build(); in testGetGestureSteps_continuedStroke_hasNoEndPoint() local
264 GestureDescription gesture = new GestureDescription.Builder().addStroke(stroke2).build(); in testGetGestureSteps_continuingStroke_hasNoStartPointAndHasContinuedId() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DFingerprintGestureDispatcher.java223 void onFingerprintGesture(int gesture); in onFingerprintGesture()

12