HomeSort by relevance Sort by last modified time
    Searched refs:fontScale (Results 1 - 17 of 17) sorted by null

  /frameworks/base/core/java/android/content/res/
Configuration.java 36 public float fontScale;
226 fontScale = o.fontScale;
248 sb.append(fontScale);
285 fontScale = 1;
316 if (delta.fontScale > 0 && fontScale != delta.fontScale) {
318 fontScale = delta.fontScale;
    [all...]
Resources.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
Display.java 88 if (mCurConfig.fontScale < 1) {
90 } else if (mCurConfig.fontScale > 1) {
100 mCurConfig.fontScale;
119 mCurConfig.fontScale = .75f;
121 mCurConfig.fontScale = 1.25f;
123 mCurConfig.fontScale = 1.0f;
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SystemTest.java 167 // backup fontScale
170 float store = cfg.fontScale;
172 // update fontScale row
174 cfg.fontScale = 10.0f;
178 assertEquals(10.0f, cfg.fontScale);
180 // restore the fontScale
181 cfg.fontScale = store;
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 45 mConfig.fontScale = 2;
152 cfg1.fontScale = 2;
153 cfg2.fontScale = 3;
155 cfg1.fontScale = 3;
156 cfg2.fontScale = 2;
266 config.fontScale = 2;
359 assertEquals(mConfigDefault.fontScale, parcel.readFloat());
ResourcesTest.java 310 assertTrue(cfg.fontScale != 5);
312 cfg.fontScale = 5;
315 assertEquals(5.0f, cfgNew.fontScale, 0.001f);
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 364 float fontScale = style->fontSize() / baseFontSize;
367 style->setBorderRadius(IntSize(int(baseBorderRadius + fontScale - 1), int(baseBorderRadius + fontScale - 1))); // FIXME: Round up?
  /development/apps/SpareParts/src/com/android/spare_parts/
SpareParts.java 189 mCurConfig.fontScale = Float.parseFloat(objValue.toString());
232 pref.setValueIndex(floatToIndex(mCurConfig.fontScale,
  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 822 float fontScale = min(o->style()->fontSize() / baseFontSize, bounds.height() / baseArrowHeight);
824 float arrowHeight = baseArrowHeight * fontScale;
825 float arrowWidth = baseArrowWidth * fontScale;
847 // FIXME: Should the separator thickness and space be scaled up by fontScale?
    [all...]
RenderThemeChromiumSkia.cpp 400 float fontScale = style->fontSize() / defaultControlFontPixelSize;
401 int cancelButtonSize = lroundf(std::min(std::max(minCancelButtonSize, defaultCancelButtonSize * fontScale), maxCancelButtonSize));
441 float fontScale = style->fontSize() / defaultControlFontPixelSize;
442 int magnifierSize = lroundf(std::min(std::max(minSearchFieldResultsDecorationSize, defaultSearchFieldResultsDecorationSize * fontScale),
474 float fontScale = style->fontSize() / defaultControlFontPixelSize;
475 int magnifierHeight = lroundf(std::min(std::max(minSearchFieldResultsDecorationSize, defaultSearchFieldResultsDecorationSize * fontScale),
RenderThemeWin.cpp 829 float fontScale = style->fontSize() / defaultControlFontPixelSize;
830 int cancelButtonSize = lroundf(min(max(minCancelButtonSize, defaultCancelButtonSize * fontScale), maxCancelButtonSize));
845 float fontScale = style->fontSize() / defaultControlFontPixelSize;
846 int magnifierSize = lroundf(min(max(minSearchFieldResultsDecorationSize, defaultSearchFieldResultsDecorationSize * fontScale),
878 float fontScale = style->fontSize() / defaultControlFontPixelSize;
879 int magnifierHeight = lroundf(min(max(minSearchFieldResultsDecorationSize, defaultSearchFieldResultsDecorationSize * fontScale),
    [all...]
RenderThemeChromiumMac.mm     [all...]
RenderThemeMac.mm     [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 624 milliseconds