Searched refs:downEvent (Results 1 – 5 of 5) sorted by relevance
270 final MotionEvent downEvent = MotionEvent.obtain( in performLongClickOn() local273 tracker.processMotionEvent(downEvent, mKeyDetector); in performLongClickOn()274 downEvent.recycle(); in performLongClickOn()
302 public boolean shouldUseFalsing(@NonNull MotionEvent downEvent) { in shouldUseFalsing() argument314 Math.pow(downEvent.getX() - puckCenterX, 2) + Math.pow(downEvent.getY() - puckCenterY, 2); in shouldUseFalsing()
125 public boolean shouldUseFalsing(@NonNull MotionEvent downEvent) { in onCreateView()
90 boolean shouldUseFalsing(@NonNull MotionEvent downEvent); in shouldUseFalsing() argument
3261 Event downEvent = null; in computeNeighbors() local3352 downEvent = neighbor; in computeNeighbors()3356 int currentLeft = (int) downEvent.left; in computeNeighbors()3357 int currentRight = (int) downEvent.right; in computeNeighbors()3372 downEvent = neighbor; in computeNeighbors()3429 ev.nextDown = downEvent; in computeNeighbors()