HomeSort by relevance Sort by last modified time
    Searched refs:detectSwipe (Results 1 - 9 of 9) sorted by null

  /frameworks/base/services/core/java/com/android/server/policy/
SystemGesturesPointerEventListener.java 120 final int swipe = detectSwipe(event);
190 private int detectSwipe(MotionEvent move) {
201 final int swipe = detectSwipe(i, time, x, y);
206 final int swipe = detectSwipe(i, move.getEventTime(), move.getX(p), move.getY(p));
215 private int detectSwipe(int i, long time, float x, float y) {
  /packages/experimental/KBars/app/src/main/java/js/kbars/
SystemGestureDebugger.java 90 int swipe = detectSwipe(event);
153 private int detectSwipe(MotionEvent move) {
161 swipe = detectSwipe(i, move.getHistoricalEventTime(h), move.getHistoricalX(p, h), move.getHistoricalY(p, h));
166 swipe = detectSwipe(i, move.getEventTime(), move.getX(p), move.getY(p));
175 private int detectSwipe(int i, long time, float x, float y) {
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 402 milliseconds