Searched refs:getTextPaint (Results 1 – 6 of 6) sorted by relevance
197 mPaint = wrapped.getTextPaint(); in Params()210 public @NonNull TextPaint getTextPaint() { in getTextPaint() method in PrecomputedTextCompat.Params284 if (mPaint.getTextSize() != other.getTextPaint().getTextSize()) { in equals()287 if (mPaint.getTextScaleX() != other.getTextPaint().getTextScaleX()) { in equals()290 if (mPaint.getTextSkewX() != other.getTextPaint().getTextSkewX()) { in equals()294 if (mPaint.getLetterSpacing() != other.getTextPaint().getLetterSpacing()) { in equals()298 other.getTextPaint().getFontFeatureSettings())) { in equals()302 if (mPaint.getFlags() != other.getTextPaint().getFlags()) { in equals()306 if (!mPaint.getTextLocales().equals(other.getTextPaint().getTextLocales())) { in equals()310 if (!mPaint.getTextLocale().equals(other.getTextPaint().getTextLocale())) { in equals()[all …]
191 public @NonNull TextPaint getTextPaint() { in getTextPaint() method in PrecomputedText.Params352 params.getTextPaint(), text, paraStart, paraEnd, params.getTextDirection(), in createMeasuredParagraphs()440 final TextPaint mtPaint = mParams.getTextPaint(); in canUseMeasuredResult()
178 if (!mComputed.getParams().getTextPaint().equalsForTextMeasurement(paint)) { in set()
1336 method public android.text.TextPaint getTextPaint();
45547 Landroid/text/PrecomputedText$Params;->getTextPaint()Landroid/text/TextPaint;
43424 method public android.text.TextPaint getTextPaint();