Home
last modified time | relevance | path

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

/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
DGestureUtils.java73 public static float[] spatialSampling(Gesture gesture, int bitmapSize) { in spatialSampling()
90 public static float[] spatialSampling(Gesture gesture, int bitmapSize, in spatialSampling()
DGestureOverlayView.java288 public void setGesture(Gesture gesture) { in setGesture()
802 void onGesturePerformed(GestureOverlayView overlay, Gesture gesture); in onGesturePerformed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenGestureLogger.java46 public void write(int gesture, int length, int velocity) { in write()
70 private int safeLookup(int gesture) { in safeLookup()
DNotificationPanelView.java820 final int gesture = mStatusBarState == StatusBarState.KEYGUARD in logQsSwipeDown() local
/frameworks/base/core/java/android/accessibilityservice/
DIAccessibilityServiceClient.aidl38 void onGesture(int gesture); in onGesture()
52 void onFingerprintGesture(int gesture); in onFingerprintGesture()
DFingerprintGestureController.java149 public void onGesture(int gesture) { in onGesture()
183 public void onGestureDetected(int gesture) {} in onGestureDetected()
DAccessibilityService.java389 void onFingerprintGesture(int gesture); in onFingerprintGesture()
664 public final boolean dispatchGesture(@NonNull GestureDescription gesture, in dispatchGesture()
749 private void onFingerprintGesture(int gesture) { in onFingerprintGesture()
1584 public void onFingerprintGesture(int gesture) { in onBind()
/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
DMotionEventInjectorTest.java698 List<GestureStep> gesture = new ArrayList<>(points.length); in createSimpleGestureFromPoints() local
715 List<GestureStep> gesture = new ArrayList<>(list1.size()); in combineGestureSteps() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DFingerprintGestureDispatcher.java223 void onFingerprintGesture(int gesture); in onFingerprintGesture()
DAccessibilityServiceConnection.java336 public void onFingerprintGesture(int gesture) { in onFingerprintGesture()
DUiAutomationManager.java284 public void onFingerprintGesture(int gesture) {} in onFingerprintGesture()
/frameworks/support/wear/src/androidTest/java/androidx/wear/widget/util/
DArcSwipe.java72 public ArcSwipe(Gesture gesture, RectF bounds) { in ArcSwipe()