Home
last modified time | relevance | path

Searched refs:mPreviewText (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java145 private TextView mPreviewText; field in KeyboardView
258 mPreviewText.setVisibility(INVISIBLE);
347 mPreviewText = (TextView) inflate.inflate(previewLayout, null); in KeyboardView()
348 mPreviewTextSizeLarge = (int) mPreviewText.getTextSize(); in KeyboardView()
349 mPreviewPopup.setContentView(mPreviewText); in KeyboardView()
914 if (previewPopup.isShowing() && mPreviewText.getVisibility() == VISIBLE) { in showPreview()
931mPreviewText.setBackgroundDrawable(getContext().getResources().getDrawable(R.drawable.keyboard_key… in showKey()
934 mPreviewText.setCompoundDrawables(null, null, null, in showKey()
936 mPreviewText.setText(null); in showKey()
937 mPreviewText.setPadding(5, 0, 5, 20); in showKey()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionsView.java96 private final TextView mPreviewText; field in SuggestionsView
614 mPreviewText = (TextView) inflater.inflate(R.layout.suggestion_preview, null); in SuggestionsView()
617 mPreviewPopup.setContentView(mPreviewText); in SuggestionsView()