Searched defs:mFontSize (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFont.h65 float mFontSize; member in struct:android::uirenderer::Font::FontDescription
/frameworks/rs/
H A DrsFont.h116 float mFontSize; member in class:android::renderscript::Font
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1129 private float mFontSize; field in class:WebVttRenderingWidget
1150 mFontSize = mManager.getFontScale() * getHeight() * LINE_HEIGHT_RATIO;
1215 final float fontSize = mFontSize;
1258 mFontSize = fontSize;
1496 setCaptionStyle(userStyle, mFontSize);
1509 private float mFontSize; field in class:WebVttRenderingWidget.RegionLayout
1517 mFontSize = fontSize;
1529 mFontSize = fontSize;
1586 final CueLayout cueBox = new CueLayout(getContext(), cue, mCaptionStyle, mFontSize);
1635 private float mFontSize; field in class:WebVttRenderingWidget.CueLayout
[all...]

Completed in 194 milliseconds