HomeSort by relevance Sort by last modified time
    Searched full:hoveraction (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 452 final int hoverAction;
457 hoverAction = MotionEvent.ACTION_HOVER_ENTER;
463 hoverAction = MotionEvent.ACTION_HOVER_EXIT;
466 hoverAction = MotionEvent.ACTION_HOVER_MOVE;
468 me.setAction(hoverAction);

Completed in 56 milliseconds