Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/core/java/android/gesture/
H A 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()
H A 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()
H A 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
H A DGestureUtils.java73 public static float[] spatialSampling(Gesture gesture, int bitmapSize) { in spatialSampling()
90 public static float[] spatialSampling(Gesture gesture, int bitmapSize, in spatialSampling()
H A DGesture.java65 Gesture gesture = new Gesture(); in clone() local
269 final Gesture gesture = new Gesture(); in deserialize() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DInsertModeGestureTest.java50 InsertModeGesture gesture = builder.setInsertionPoint(INSERTION_POINT) in testBuilder() local
62 var gesture = new InsertModeGesture.Builder().setInsertionPoint(INSERTION_POINT) in testCancellationSignal() local
H A DSelectGestureTest.java47 SelectGesture gesture = builder.setGranularity(HandwritingGesture.GRANULARITY_WORD) in testBuilder() local
H A DDeleteRangeGestureTest.java49 DeleteRangeGesture gesture = builder.setGranularity(HandwritingGesture.GRANULARITY_WORD) in testBuilder() local
H A DInsertGestureTest.java48 InsertGesture gesture = builder.setInsertionPoint(INSERTION_POINT) in testBuilder() local
H A DSelectRangeGestureTest.java49 SelectRangeGesture gesture = builder.setGranularity(HandwritingGesture.GRANULARITY_WORD) in testBuilder() local
H A DParcelableHandwritingGestureTest.java132 static void verifyEqualityAfterUnparcel(@NonNull HandwritingGesture gesture) { in verifyEqualityAfterUnparcel()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DParcelableHandwritingGesture.java36 private ParcelableHandwritingGesture(@NonNull HandwritingGesture gesture) { in ParcelableHandwritingGesture()
50 public static ParcelableHandwritingGesture of(@NonNull HandwritingGesture gesture) { in of()
H A DInputConnectionWrapper.java333 public void performHandwritingGesture( in performHandwritingGesture()
344 public boolean previewHandwritingGesture( in previewHandwritingGesture()
H A DInputConnection.java1049 default void performHandwritingGesture( in performHandwritingGesture()
1076 default boolean previewHandwritingGesture( in previewHandwritingGesture()
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DFingerprintGestureController.java149 public void onGesture(int gesture) { in onGesture()
183 public void onGestureDetected(int gesture) {} in onGestureDetected()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenGestureLogger.java104 public void write(int gesture, int length, int velocity) { in write()
135 private int safeLookup(int gesture) { in safeLookup()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DMultiTapAndHold.java29 Context context, int taps, int gesture, GestureMatcher.StateChangeListener listener) { in MultiTapAndHold()
H A DSwipe.java95 int gesture, in Swipe()
104 int gesture, in Swipe()
112 int gesture, in Swipe()
H A DSecondFingerMultiTap.java45 Context context, int taps, int gesture, GestureMatcher.StateChangeListener listener) { in SecondFingerMultiTap()
H A DMultiTap.java44 public MultiTap(Context context, int taps, int gesture, in MultiTap()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DEditableInputConnection.java300 public void performHandwritingGesture( in performHandwritingGesture()
329 public boolean previewHandwritingGesture( in previewHandwritingGesture()
/aosp14/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/
H A DHandwritingIme.java104 HandwritingGesture gesture = null; in onStylusEvent() local
196 private void performGesture(HandwritingGesture gesture) { in performGesture()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A 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
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFingerprintGestureDispatcher.java223 void onFingerprintGesture(int gesture); in onFingerprintGesture()
/aosp14/frameworks/base/core/java/android/os/
H A DCancellationSignalBeamer.java164 public MustClose beamScopeIfNeeded(@NonNull HandwritingGesture gesture) { in beamScopeIfNeeded()

12