Searched refs:fontWeightAdjustment (Results 1 – 11 of 11) sorted by relevance
75 public StyleSpan(@Typeface.Style int style, int fontWeightAdjustment) { in StyleSpan() argument77 mFontWeightAdjustment = fontWeightAdjustment; in StyleSpan()145 private static void apply(Paint paint, int style, int fontWeightAdjustment) { in apply() argument166 if (fontWeightAdjustment != 0 in apply()167 && fontWeightAdjustment != Configuration.FONT_WEIGHT_ADJUSTMENT_UNDEFINED) { in apply()169 Math.max(tf.getWeight() + fontWeightAdjustment, FontStyle.FONT_WEIGHT_MIN), in apply()
407 public int fontWeightAdjustment; field in Configuration1117 fontWeightAdjustment = o.fontWeightAdjustment; in setTo()1281 if (fontWeightAdjustment != FONT_WEIGHT_ADJUSTMENT_UNDEFINED) { in toString()1283 sb.append(fontWeightAdjustment); in toString()1327 protoOutputStream.write(FONT_WEIGHT_ADJUSTMENT, fontWeightAdjustment); in dumpDebug()1493 fontWeightAdjustment = protoInputStream.readInt(FONT_WEIGHT_ADJUSTMENT); in readFromProto()1593 fontWeightAdjustment = FONT_WEIGHT_ADJUSTMENT_UNDEFINED; in setToDefaults()1792 if (delta.fontWeightAdjustment != FONT_WEIGHT_ADJUSTMENT_UNDEFINED in updateFrom()1793 && delta.fontWeightAdjustment != fontWeightAdjustment) { in updateFrom()1795 fontWeightAdjustment = delta.fontWeightAdjustment; in updateFrom()[all …]
252 int fontWeightAdjustment = in applyStyles() local253 application.getResources().getConfiguration().fontWeightAdjustment; in applyStyles()254 buffer.setSpan(new StyleSpan(Typeface.BOLD, fontWeightAdjustment), in applyStyles()
862 int fontWeightAdjustment = in handleEndTag() local863 application.getResources().getConfiguration().fontWeightAdjustment; in handleEndTag()865 fontWeightAdjustment)); in handleEndTag()868 int fontWeightAdjustment = in handleEndTag() local869 application.getResources().getConfiguration().fontWeightAdjustment; in handleEndTag()871 fontWeightAdjustment)); in handleEndTag()1040 int fontWeightAdjustment = in endHeading() local1041 application.getResources().getConfiguration().fontWeightAdjustment; in endHeading()1043 new StyleSpan(Typeface.BOLD, fontWeightAdjustment)); in endHeading()
58 return mContext.getResources().getConfiguration().fontWeightAdjustment; in getGlobalFontWeight()
179 return resources.configuration.fontWeightAdjustment > 100 in <lambda>()
308 string.setSpan(new StyleSpan(Typeface.BOLD, res.getConfiguration().fontWeightAdjustment), in createOption()
4940 final int fontWeightAdjustment = in updateFontWeightAdjustmentIfNeeded() local4948 if (getGlobalConfiguration().fontWeightAdjustment == fontWeightAdjustment) { in updateFontWeightAdjustmentIfNeeded()4954 configuration.fontWeightAdjustment = fontWeightAdjustment; in updateFontWeightAdjustmentIfNeeded()
4613 outConfig.fontWeightAdjustment = Settings.Secure.getIntForUser( in adjustConfigurationForUser()4658 inoutConfig.fontWeightAdjustment = Configuration.FONT_WEIGHT_ADJUSTMENT_UNDEFINED; in clearConfiguration()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
13872 field public int fontWeightAdjustment;