Home
last modified time | relevance | path

Searched refs:hoverAction (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java424 final int hoverAction; in onTouchEvent() local
429 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()