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;
144
mReadEditText.setText(((TextView)
sFocusingView
).getText());
150
mBeforeEditWnnWord.stroke = ((TextView)
sFocusingView
).getText().toString();
UserDictionaryToolsList.java
102
private static View
sFocusingView
= null;
304
wordEdit(
sFocusingView
, sFocusingPairView);
375
CharSequence focusString = ((TextView)
sFocusingView
).getText();
463
sFocusingView
= v;
465
wordEdit(
sFocusingView
, sFocusingPairView);
480
sFocusingView
= v;
Completed in 132 milliseconds