OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sFocusingPairView
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java
62
private static View
sFocusingPairView
= null;
99
sFocusingPairView
= focusPairView;
145
mCandidateEditText.setText(((TextView)
sFocusingPairView
).getText());
151
mBeforeEditWnnWord.candidate = ((TextView)
sFocusingPairView
).getText().toString();
UserDictionaryToolsList.java
104
private static View
sFocusingPairView
= null;
304
wordEdit(sFocusingView,
sFocusingPairView
);
376
CharSequence focusPairString = ((TextView)
sFocusingPairView
).getText();
464
sFocusingPairView
= ((UserDictionaryToolsListFocus)v).getPairView();
465
wordEdit(sFocusingView,
sFocusingPairView
);
481
sFocusingPairView
= ((UserDictionaryToolsListFocus)v).getPairView();
485
((TextView)
sFocusingPairView
).setTextColor(Color.BLACK);
486
sFocusingPairView
.setBackgroundColor(FOCUS_BACKGROUND_COLOR);
492
((TextView)
sFocusingPairView
).setTextColor(Color.LTGRAY);
493
sFocusingPairView
.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR)
[
all
...]
Completed in 1505 milliseconds