Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
DFontScalePreviewFragment.java69 TextView sampleContent = ((TextView) view.findViewById(R.id.preview_content)); in onCreateView() local
71 (sampleContent.getTextSize() / current_font_scale) * preview_font_scale; in onCreateView()
72 sampleContent.setTextSize(TypedValue.COMPLEX_UNIT_PX, adjustedTextSizeContent); in onCreateView()
73 sampleContent.addOnLayoutChangeListener(this); in onCreateView()