Searched refs:activePos (Results 1 – 1 of 1) sorted by relevance
513 int activePos = keyCode - KeyEvent.KEYCODE_1; in processStateInput() local515 if (activePos < mDecInfo.getCurrentPageSize(currentPage)) { in processStateInput()516 activePos = activePos in processStateInput()518 if (activePos >= 0) { in processStateInput()519 chooseAndUpdate(activePos); in processStateInput()597 int activePos = keyCode - KeyEvent.KEYCODE_1; in processStatePredict() local599 if (activePos < mDecInfo.getCurrentPageSize(currentPage)) { in processStatePredict()600 activePos = activePos in processStatePredict()602 if (activePos >= 0) { in processStatePredict()603 chooseAndUpdate(activePos); in processStatePredict()