Home | History | Annotate | Download | only in policy

Lines Matching defs:swipe

120                     final int swipe = detectSwipe(event);
121 mSwipeFireable = swipe == SWIPE_NONE;
122 if (swipe == SWIPE_FROM_TOP) {
125 } else if (swipe == SWIPE_FROM_BOTTOM) {
128 } else if (swipe == SWIPE_FROM_RIGHT) {
131 } else if (swipe == SWIPE_FROM_LEFT) {
201 final int swipe = detectSwipe(i, time, x, y);
202 if (swipe != SWIPE_NONE) {
203 return swipe;
206 final int swipe = detectSwipe(i, move.getEventTime(), move.getX(p), move.getY(p));
207 if (swipe != SWIPE_NONE) {
208 return swipe;