HomeSort by relevance Sort by last modified time
    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;
144 mCandidateEditText.setText(((TextView)sFocusingPairView).getText());
150 mBeforeEditWnnWord.candidate = ((TextView)sFocusingPairView).getText().toString();
UserDictionaryToolsList.java 108 private static View sFocusingPairView = null;
329 wordEdit(sFocusingView, sFocusingPairView);
404 CharSequence focusPairString = ((TextView)sFocusingPairView).getText();
493 sFocusingPairView = ((UserDictionaryToolsListFocus)v).getPairView();
494 wordEdit(sFocusingView, sFocusingPairView);
510 sFocusingPairView = ((UserDictionaryToolsListFocus)v).getPairView();
514 ((TextView)sFocusingPairView).setTextColor(Color.BLACK);
515 sFocusingPairView.setBackgroundColor(FOCUS_BACKGROUND_COLOR);
521 ((TextView)sFocusingPairView).setTextColor(Color.LTGRAY);
522 sFocusingPairView.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR)
    [all...]

Completed in 43 milliseconds