Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DTextCandidates1LineViewManager.java122 private static final int FOCUS_NONE = -1; field in TextCandidates1LineViewManager
128 private int mCurrentFocusIndex = FOCUS_NONE;
602 if (mCurrentFocusIndex != FOCUS_NONE) { in isFocusCandidate()
646 mCurrentFocusIndex = FOCUS_NONE; in clearFocusCandidate()
655 if (mCurrentFocusIndex != FOCUS_NONE) { in selectFocusCandidate()
664 if (mCurrentFocusIndex == FOCUS_NONE) { in getFocusedView()
676 boolean isStart = (mCurrentFocusIndex == FOCUS_NONE); in moveFocus()
DTextCandidatesViewManager.java86 private static final int FOCUS_NONE = -1; field in TextCandidatesViewManager
206 private int mCurrentFocusIndex = FOCUS_NONE;
1659 if (mCurrentFocusIndex != FOCUS_NONE) { in isFocusCandidate()
1708 mCurrentFocusIndex = FOCUS_NONE; in clearFocusCandidate()
1717 if (mCurrentFocusIndex != FOCUS_NONE) { in selectFocusCandidate()
1781 if (mCurrentFocusIndex == FOCUS_NONE) { in getFocusedView()
1800 boolean isStart = (mCurrentFocusIndex == FOCUS_NONE); in moveFocus()
1811 int start = (mCurrentFocusIndex == FOCUS_NONE) ? 0 : (mCurrentFocusIndex + direction); in moveFocus()