Searched refs:detectSwipe (Results 1 – 2 of 2) sorted by relevance
195 final int swipe = detectSwipe(event); in onPointerEvent()269 private int detectSwipe(MotionEvent move) { in detectSwipe() method280 final int swipe = detectSwipe(i, time, x, y); in detectSwipe()285 final int swipe = detectSwipe(i, move.getEventTime(), move.getX(p), move.getY(p)); in detectSwipe()294 private int detectSwipe(int i, long time, float x, float y) { in detectSwipe() method
48096 HPLcom/android/server/wm/SystemGesturesPointerEventListener;->detectSwipe(IJFF)I48097 HPLcom/android/server/wm/SystemGesturesPointerEventListener;->detectSwipe(Landroid/view/MotionEvent…