Searched refs:sampleContent (Results 1 – 1 of 1) sorted by relevance
69 TextView sampleContent = ((TextView) view.findViewById(R.id.preview_content)); in onCreateView() local71 (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()