Searched refs:FontScalePreviewFragment (Results 1 – 2 of 2) sorted by relevance
77 preference.setFragment(FontScalePreviewFragment.class.getName()); in initPreview()80 extras.putString(FontScalePreviewFragment.PREVIEW_FONT_SCALE_VALUE, in initPreview()83 FontScalePreviewFragment.CURRENT_FONT_SCALE_VALUE, mCurrentFontScaleValue); in initPreview()
36 public class FontScalePreviewFragment extends InfoFragment implements OnLayoutChangeListener { class