Home
last modified time | relevance | path

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

12

/aosp12/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
H A DGestureOverlayView.java288 public void setGesture(Gesture gesture) { in setGesture()
802 void onGesturePerformed(GestureOverlayView overlay, Gesture gesture); in onGesturePerformed()
/aosp12/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()
H A DIAccessibilityServiceClient.aidl53 void onFingerprintGesture(int gesture); in onFingerprintGesture()
H A DAccessibilityService.java590 void onFingerprintGesture(int gesture); in onFingerprintGesture()
1082 public final boolean dispatchGesture(@NonNull GestureDescription gesture, in dispatchGesture()
1195 private void onFingerprintGesture(int gesture) { in onFingerprintGesture()
2230 public void onFingerprintGesture(int gesture) { in onBind()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenGestureLogger.java101 public void write(int gesture, int length, int velocity) { in write()
132 private int safeLookup(int gesture) { in safeLookup()
/aosp12/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()
H A DMultiFingerSwipe.java78 int gesture, in MultiFingerSwipe()
/aosp12/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
H A DMotionEventInjectorTest.java743 List<GestureStep> gesture = new ArrayList<>(points.length); in createSimpleGestureFromPoints() local
760 List<GestureStep> gesture = new ArrayList<>(list1.size()); in combineGestureSteps() local
H A DAbstractAccessibilityServiceConnectionTest.java912 public void onFingerprintGesture(int gesture) {} in onFingerprintGesture()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFingerprintGestureDispatcher.java223 void onFingerprintGesture(int gesture); in onFingerprintGesture()
H A DAccessibilityServiceConnection.java383 public void onFingerprintGesture(int gesture) { in onFingerprintGesture()
H A DUiAutomationManager.java357 public void onFingerprintGesture(int gesture) {} in onFingerprintGesture()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DBots.java46 public final GestureBot gesture; field in Bots
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputTestsBase.java325 protected void gesture(final String stringToGesture) { in gesture() method in InputTestsBase
H A DInputLogicTests.java671 private void typeOrGestureWordAndPutCursorInside(final boolean gesture, final String word, in typeOrGestureWordAndPutCursorInside()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java271 public void setTouchGesture(PipTouchGesture gesture) { in setTouchGesture()

12