Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DConversationViewUtils.java27 final float fontScale = resources.getConfiguration().fontScale; in setTextZoom() local
37 textZoom = (int) (textZoom * fontScale); in setTextZoom()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DConfigMonitor.java42 mFontScale = config.fontScale; in ConfigMonitor()
49 if (mFontScale != config.fontScale || mDensity != getDensity(config)) { in onReceive()
/packages/apps/SpareParts/src/com/android/spare_parts/
DSpareParts.java189 mCurConfig.fontScale = Float.parseFloat(objValue.toString()); in writeFontSizePreference()
232 pref.setValueIndex(floatToIndex(mCurConfig.fontScale, in readFontSizePreference()
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java214 final float fontScale = manager.getFontScale(); in applyCaptionProperties() local
219 previewText.setTextSize(virtualHeight * LINE_HEIGHT_RATIO * fontScale); in applyCaptionProperties()
223 previewText.setTextSize(textSize * fontScale); in applyCaptionProperties()
DToggleFontSizePreferenceFragment.java61 config.fontScale = mValues[index]; in createConfig()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/
DCaptionWindowLayout.java116 public void onFontScaleChanged(float fontScale) { in onFontScaleChanged() argument
117 mFontScale = fontScale; in onFontScaleChanged()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionSettingsFragment.java69 public void onFontScaleChanged(float fontScale) {