Lines Matching refs:obtain
266 MotionEvent event = MotionEvent.obtain(downTime, eventTime, in tapView()
273 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in tapView()
279 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0); in tapView()
306 MotionEvent event = MotionEvent.obtain(downTime, eventTime, in touchAndCancelView()
313 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_CANCEL, in touchAndCancelView()
341 MotionEvent event = MotionEvent.obtain(downTime, eventTime, in clickView()
349 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in clickView()
355 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0); in clickView()
402 MotionEvent event = MotionEvent.obtain(downTime, eventTime, in longClickView()
409 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in longClickView()
421 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0); in longClickView()
775 MotionEvent event = MotionEvent.obtain(downTime, eventTime, in drag()
784 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 0); in drag()
790 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0); in drag()