OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sFocusingView
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java
61
private static View
sFocusingView
= null;
98
sFocusingView
= focusView;
143
mReadEditText.setText(((TextView)
sFocusingView
).getText());
149
mBeforeEditWnnWord.stroke = ((TextView)
sFocusingView
).getText().toString();
UserDictionaryToolsList.java
106
private static View
sFocusingView
= null;
329
wordEdit(
sFocusingView
, sFocusingPairView);
403
CharSequence focusString = ((TextView)
sFocusingView
).getText();
492
sFocusingView
= v;
494
wordEdit(
sFocusingView
, sFocusingPairView);
509
sFocusingView
= v;
Completed in 28 milliseconds