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.java50 public void write(int gesture, int length, int velocity) { in write()
74 private int safeLookup(int gesture) { in safeLookup()
DNotificationPanelView.java1168 final int gesture = mBarState == 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.java392 void onFingerprintGesture(int gesture); in onFingerprintGesture()
732 public final boolean dispatchGesture(@NonNull GestureDescription gesture, in dispatchGesture()
820 private void onFingerprintGesture(int gesture) { in onFingerprintGesture()
1682 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.java720 List<GestureStep> gesture = new ArrayList<>(points.length); in createSimpleGestureFromPoints() local
737 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.java356 public void onFingerprintGesture(int gesture) { in onFingerprintGesture()
DUiAutomationManager.java317 public void onFingerprintGesture(int gesture) {} in onFingerprintGesture()
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto220 optional Gesture gesture = 74; field