Searched refs:mFontScale (Results 1 – 4 of 4) sorted by relevance
48 private final float mFontScale; field in ConfigMonitor61 mFontScale = config.fontScale; in ConfigMonitor()87 if (mFontScale != config.fontScale || mDensity != config.densityDpi) { in onReceive()
82 private float mFontScale; field in CaptionSettingsFragment143 mFontScale = mCaptioningManager.getFontScale(); in loadCaptionSettings()155 mPreviewText.setTextSize(mFontScale * mDefaultFontSize); in refreshPreviewText()
59 private float mFontScale = 1; field in DigitalAppWidgetCityViewsFactory177 mFontScale = WidgetUtils.getScaleRatio(mContext, null, mWidgetId, mCities.size());186 rv.setTextViewTextSize(clockId, TypedValue.COMPLEX_UNIT_PX, fontSize * mFontScale);
101 private float mFontScale; field in CaptionWindowLayout119 mFontScale = fontScale; in onFontScaleChanged()145 mFontScale = captioningManager.getFontScale(); in CaptionWindowLayout()523 mTextSize = endFontSize * mFontScale; in updateTextSize()