/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/ |
H A D | TextViewHandwritingGestureTest.java | 1283 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 D | GestureBuilderActivity.java | 205 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 D | GestureConverter.cpp | 168 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 D | activity_log.cc | 94 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 D | interpreter.cc | 81 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 D | GestureStore.java | 136 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 D | GestureLibrary.java | 63 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 D | Instance.java | 72 …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 D | Gesture.java | 65 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 D | GestureStorageAccessor.java | 32 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 D | GestureLibraryTest.java | 43 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 D | GestureStoreTest.java | 46 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 D | AccessibilityGestureDetectorTest.java | 379 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 D | GestureDescriptionTest.java | 227 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 D | HandwritingIme.java | 112 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 D | InsertModeGestureTest.java | 50 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 D | TouchpadInputMapper.cpp | 107 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 D | ParcelableHandwritingGesture.java | 36 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 D | Swipe.java | 95 int gesture, in Swipe() 104 int gesture, in Swipe() 112 int gesture, in Swipe()
|
H A D | MultiTapAndHold.java | 29 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 D | MultiTap.java | 44 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 D | FingerprintGestureController.java | 149 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 D | LockscreenGestureLogger.java | 104 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/ |
D | PlatformComposeCore.jar | META-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 D | EditableInputConnection.java | 298 public void performHandwritingGesture( in performHandwritingGesture() 327 public boolean previewHandwritingGesture( in previewHandwritingGesture()
|