Searched defs:gesture (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/gesture/ |
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()
|
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()
|
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
|
D | Gesture.java | 65 Gesture gesture = new Gesture(); in clone() local 269 final Gesture gesture = new Gesture(); in deserialize() local
|
D | GestureUtils.java | 73 public static float[] spatialSampling(Gesture gesture, int bitmapSize) { in spatialSampling() 90 public static float[] spatialSampling(Gesture gesture, int bitmapSize, in spatialSampling()
|
D | GestureOverlayView.java | 288 public void setGesture(Gesture gesture) { in setGesture() 802 void onGesturePerformed(GestureOverlayView overlay, Gesture gesture); in onGesturePerformed()
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | IAccessibilityServiceClient.aidl | 38 void onGesture(int gesture); in onGesture()
|
D | AccessibilityService.java | 622 public final boolean dispatchGesture(@NonNull GestureDescription gesture, in dispatchGesture()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityGestureDetector.java | 399 Gesture gesture = new Gesture(); in recognizeGesture() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelView.java | 694 final int gesture = mStatusBarState == StatusBarState.KEYGUARD in logQsSwipeDown() local
|