Home
last modified time | relevance | path

Searched defs:gesture (Results 1 – 10 of 10) 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/core/java/android/accessibilityservice/
DIAccessibilityServiceClient.aidl38 void onGesture(int gesture); in onGesture()
DAccessibilityService.java622 public final boolean dispatchGesture(@NonNull GestureDescription gesture, in dispatchGesture()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityGestureDetector.java399 Gesture gesture = new Gesture(); in recognizeGesture() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java694 final int gesture = mStatusBarState == StatusBarState.KEYGUARD in logQsSwipeDown() local