Searched refs:mPreviewText (Results 1 – 2 of 2) sorted by relevance
145 private TextView mPreviewText; field in KeyboardView258 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()931 …mPreviewText.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 …]
96 private final TextView mPreviewText; field in SuggestionsView614 mPreviewText = (TextView) inflater.inflate(R.layout.suggestion_preview, null); in SuggestionsView()617 mPreviewPopup.setContentView(mPreviewText); in SuggestionsView()