Searched refs:downEvent (Results 1 – 2 of 2) sorted by relevance
270 final MotionEvent downEvent = MotionEvent.obtain( in performLongClickOn() local273 tracker.processMotionEvent(downEvent, mKeyDetector); in performLongClickOn()274 downEvent.recycle(); in performLongClickOn()
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()