Searched refs:hoverAction (Results 1 – 1 of 1) sorted by relevance
424 final int hoverAction; in onTouchEvent() local429 hoverAction = MotionEvent.ACTION_HOVER_ENTER; in onTouchEvent()435 hoverAction = MotionEvent.ACTION_HOVER_EXIT; in onTouchEvent()438 hoverAction = MotionEvent.ACTION_HOVER_MOVE; in onTouchEvent()440 me.setAction(hoverAction); in onTouchEvent()