Home
last modified time | relevance | path

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

12345678910>>...17

/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DTextViewHandwritingGestureTest.java1283 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_firstLine() local
1297 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_secondLine() local
1312 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_aboveFirstLineWithinMargin() local
1340 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_betweenLinesWithinMargin() local
1372 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_belowLastLineWithinMargin() local
1401 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_leftOfLineWithinMargin() local
1428 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_rightOfLineWithinMargin() local
1473 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_singleLine() local
1489 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_aboveLineWithinMargin_singleLine() local
1519 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_belowLineWithinMargin_singleLine() local
[all …]
/aosp_15_r20/development/apps/GestureBuilder/src/com/android/gesture/builder/
H A DGestureBuilderActivity.java205 final NamedGesture gesture = (NamedGesture) menuInfo.targetView.getTag(); in onContextItemSelected() local
219 private void renameGesture(NamedGesture gesture) { in renameGesture()
282 final NamedGesture gesture = adapter.getItem(i); in changeGestureName() local
304 private void deleteGesture(NamedGesture gesture) { in deleteGesture()
404 Gesture gesture; field in GestureBuilderActivity.NamedGesture
427 final NamedGesture gesture = getItem(position); in getView() local
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/gestures/
H A DGestureConverter.cpp168 const Gesture& gesture) { in handleGesture()
201 const Gesture& gesture) { in handleMove()
251 const Gesture& gesture) { in handleButtonsChange()
362 const Gesture& gesture) { in handleScroll()
395 const Gesture& gesture) { in handleFling()
561 const Gesture& gesture) { in handlePinch()
/aosp_15_r20/external/libchrome-gestures/src/
H A Dactivity_log.cc94 void ActivityLog::LogGesture(const Gesture& gesture) { in LogGesture()
105 const std::string& name, const Gesture& gesture) { in LogGestureConsume()
112 const std::string& name, const Gesture& gesture) { in LogGestureProduce()
281 Json::Value ActivityLog::EncodeGestureCommon(const Gesture& gesture) { in EncodeGestureCommon()
386 Json::Value ActivityLog::EncodeGesture(const Gesture& gesture) { in EncodeGesture()
537 [this, &entries](Gesture gesture) { in EncodeCommonInfo()
540 [this, &entries](GestureConsume gesture) { in EncodeCommonInfo()
543 [this, &entries](GestureProduce gesture) { in EncodeCommonInfo()
H A Dinterpreter.cc81 void Interpreter::ProduceGesture(const Gesture& gesture) { in ProduceGesture()
193 const std::string& name, const Gesture& gesture) { in LogGestureConsume()
199 const std::string& name, const Gesture& gesture) { in LogGestureProduce()
/aosp_15_r20/frameworks/base/core/java/android/gesture/
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 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 DGesture.java65 Gesture gesture = new Gesture(); in clone() local
269 final Gesture gesture = new Gesture(); in deserialize() local
/aosp_15_r20/cts/tests/tests/gesture/src/android/gesture/cts/
H A DGestureStorageAccessor.java32 void addGesture(String entryName, Gesture gesture); in addGesture()
42 ArrayList<Prediction> recognize(Gesture gesture); in recognize()
46 void removeGesture(String entryName, Gesture gesture); in removeGesture()
H A DGestureLibraryTest.java43 public void addGesture(String entryName, Gesture gesture) { in addGesture()
63 public ArrayList<Prediction> recognize(Gesture gesture) { in recognize()
71 public void removeGesture(String entryName, Gesture gesture) { in removeGesture()
H A DGestureStoreTest.java46 public void addGesture(String entryName, Gesture gesture) { in addGesture()
66 public ArrayList<Prediction> recognize(Gesture gesture) { in recognize()
74 public void removeGesture(String entryName, Gesture gesture) { in removeGesture()
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DAccessibilityGestureDetectorTest.java379 GestureDescription gesture = new GestureDescription.Builder() in testPath() local
389 private void testGesture(GestureDescription gesture, int gestureId, int displayId) { in testGesture()
405 GestureDescription gesture = MultiFingerSwipe(displayId, fingerCount, dx, dy); in testMultiSwipeGesture() local
518 GestureDescription gesture = swipe(displayId); in testDispatchGesture_privateDisplay_gestureCancelled() local
528 private void assertEventAfterGesture(GestureDescription gesture, int... events) { in assertEventAfterGesture()
H A DGestureDescriptionTest.java227 GestureDescription gesture = builder.build(); in testStrokeDescriptionGetters_workAsExpected() local
247 GestureDescription gesture = builder.build(); in testSetDisplayId_getCorrectDisplayId() local
/aosp_15_r20/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/
H A DHandwritingIme.java112 HandwritingGesture gesture; in onStylusEvent() local
147 HandwritingGesture gesture = null; in computeGesture() local
241 private void performGesture(HandwritingGesture gesture, boolean isPreview) { in performGesture()
/aosp_15_r20/frameworks/base/core/tests/InputMethodCoreTests/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
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchpadInputMapper.cpp107 void gestureInterpreterCallback(void* clientData, const Gesture* gesture) { in gestureInterpreterCallback()
151 void processGesture(const TouchpadInputMapper::MetricsIdentifier& id, const Gesture& gesture) { in processGesture()
479 void TouchpadInputMapper::consumeGesture(const Gesture* gesture) { in consumeGesture()
/aosp_15_r20/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()
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DSwipe.java95 int gesture, in Swipe()
104 int gesture, in Swipe()
112 int gesture, in Swipe()
H A DMultiTapAndHold.java29 Context context, int taps, int gesture, GestureMatcher.StateChangeListener listener) { in MultiTapAndHold()
33 public MultiTapAndHold(Context context, int taps, int gesture, int multiTapTimeout, in MultiTapAndHold()
H A DMultiTap.java44 public MultiTap(Context context, int taps, int gesture, in MultiTap()
50 public MultiTap(Context context, int taps, int gesture, int multiTapTimeout, in MultiTap()
/aosp_15_r20/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()
/aosp_15_r20/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()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/compose/core/PlatformComposeCore/android_common/kotlin_headers/
DPlatformComposeCore.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__packages__SystemUI__compose__core__android_common__PlatformComposeCore.kotlin_module com ...
/aosp_15_r20/frameworks/base/core/java/com/android/internal/inputmethod/
H A DEditableInputConnection.java298 public void performHandwritingGesture( in performHandwritingGesture()
327 public boolean previewHandwritingGesture( in previewHandwritingGesture()

12345678910>>...17