Searched refs:mFontScale (Results 1 – 4 of 4) sorted by relevance
71 private float mFontScale; field in PhoneStatusBarView185 if (fontScale != mFontScale) { in updateDisplayParameters()187 mFontScale = fontScale; in updateDisplayParameters()
1687 private float mFontScale; field in Cea708CCWidget.CCWindowLayout1718 mFontScale = captioningManager.getFontScale(); in CCWindowLayout()1730 mFontScale = fontScale; in setFontScale()2036 mTextSize = endFontSize * mFontScale; in updateTextSize()
255 private float mFontScale = 0; field in BubbleController1129 if (newConfig.fontScale != mFontScale) { in onConfigurationChanged()1130 mFontScale = newConfig.fontScale; in onConfigurationChanged()
25517 Landroid/media/Cea708CCWidget$CCWindowLayout;->mFontScale:F