Home | History | Annotate | Download | only in openwnn

Lines Matching refs:sFocusingPairView

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);