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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionPreviewFragment.java53 private SubtitleView mPreviewText; field in class:CaptionPreviewFragment
152 mPreviewText = (SubtitleView) view.findViewById(R.id.preview_text);
205 mPreviewText.setTypeface(typeface);
211 mPreviewText.setForegroundColor(color);
218 mPreviewText.setForegroundColor(color);
224 mPreviewText.setBackgroundColor(color);
231 mPreviewText.setBackgroundColor(color);
237 mPreviewText.setEdgeColor(edgeColor);
242 mPreviewText.setEdgeType(edgeType);
276 if (mPreviewText !
[all...]
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionPropertiesFragment.java72 private SubtitleView mPreviewText; field in class:CaptionPropertiesFragment
133 mPreviewText = (SubtitleView) view.findViewById(R.id.preview_text);
134 mPreviewText.setVisibility(enabled ? View.VISIBLE : View.INVISIBLE);
177 final SubtitleView preview = mPreviewText;
237 if (mPreviewText != null) {
238 mPreviewText.setVisibility(checked ? View.VISIBLE : View.INVISIBLE);
/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 57 milliseconds