Home
last modified time | relevance | path

Searched refs:fontScale (Results 1 – 8 of 8) 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.java40 mFontScale = config.fontScale; in ConfigMonitor()
47 if (mFontScale != config.fontScale || mDensity != config.densityDpi) { in onReceive()
/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/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/TV/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java120 public void onFontScaleChanged(float fontScale) { in onFontScaleChanged() argument
121 mFontScale = fontScale; in onFontScaleChanged()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionSettingsFragment.java69 public void onFontScaleChanged(float fontScale) {
/packages/services/Car/car-support-lib/
Dproguard-release.flags2242 public float fontScale;