Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionSettingsFragment.java84 private float mFontScale; field in CaptionSettingsFragment
161 mFontScale = mCaptioningManager.getFontScale(); in loadCaptionSettings()
174 mPreviewText.setTextSize(mFontScale * mDefaultFontSize); in refreshPreviewText()
/packages/apps/DeskClock/src/com/android/alarmclock/
DDigitalAppWidgetCityViewsFactory.kt50 private var mFontScale = 1f variable
157 mFontScale = WidgetUtils.getScaleRatio(mContext, null, mWidgetId, mCities!!.size) in onDataSetChanged()
166 rv.setTextViewTextSize(clockId, TypedValue.COMPLEX_UNIT_PX, fontSize * mFontScale) in update()
/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java110 private float mFontScale; field in CaptionWindowLayout
135 mFontScale = fontScale; in onFontScaleChanged()
173 mFontScale = captioningManager.getFontScale(); in CaptionWindowLayout()
591 mTextSize = endFontSize * mFontScale; in updateTextSize()