Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DUserDictionaryToolsEdit.java61 private static View sFocusingView = null; field in UserDictionaryToolsEdit
98 sFocusingView = focusView; in UserDictionaryToolsEdit()
143 mReadEditText.setText(((TextView)sFocusingView).getText()); in onCreate()
149 mBeforeEditWnnWord.stroke = ((TextView)sFocusingView).getText().toString(); in onCreate()
DUserDictionaryToolsList.java106 private static View sFocusingView = null; field in UserDictionaryToolsList
329 wordEdit(sFocusingView, sFocusingPairView); in onOptionsItemSelected()
403 CharSequence focusString = ((TextView)sFocusingView).getText();
492 sFocusingView = v; in onTouch()
494 wordEdit(sFocusingView, sFocusingPairView); in onTouch()
509 sFocusingView = v; in onFocusChange()