Searched defs:mPreviewText (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java98 private final TextView mPreviewText; field in class:SuggestionStripView
607 mPreviewText = (TextView) inflater.inflate(R.layout.suggestion_preview, null);
610 mPreviewPopup.setContentView(mPreviewText);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java145 private TextView mPreviewText; field in class:KeyboardView
258 mPreviewText.setVisibility(INVISIBLE);
347 mPreviewText = (TextView) inflate.inflate(previewLayout, null);
348 mPreviewTextSizeLarge = (int) mPreviewText.getTextSize();
349 mPreviewPopup.setContentView(mPreviewText);
914 if (previewPopup.isShowing() && mPreviewText.getVisibility() == VISIBLE) {
931 mPreviewText.setBackgroundDrawable(getContext().getResources().getDrawable(R.drawable.keyboard_key_feedback));
934 mPreviewText.setCompoundDrawables(null, null, null,
936 mPreviewText.setText(null);
937 mPreviewText
[all...]

Completed in 87 milliseconds