Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aff7bd76 authored by Haoyu Zhang's avatar Haoyu Zhang
Browse files

Add Missing fontVariationSetting attr Javadoc

Bug: 79477441
Test: m offline-sdk-docs
Change-Id: I6d40f6f176674e0b08434e997c4c4a0b66fe6f78
parent 77e36b7b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -312,6 +312,7 @@ import java.util.function.Supplier;
 * @attr ref android.R.styleable#TextView_fallbackLineSpacing
 * @attr ref android.R.styleable#TextView_letterSpacing
 * @attr ref android.R.styleable#TextView_fontFeatureSettings
 * @attr ref android.R.styleable#TextView_fontVariationSettings
 * @attr ref android.R.styleable#TextView_breakStrategy
 * @attr ref android.R.styleable#TextView_hyphenationFrequency
 * @attr ref android.R.styleable#TextView_autoSizeTextType
@@ -4381,6 +4382,8 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
     *
     * @see #getFontVariationSettings()
     * @see FontVariationAxis
     *
     * @attr ref android.R.styleable#TextView_fontVariationSettings
     */
    public boolean setFontVariationSettings(@Nullable String fontVariationSettings) {
        final String existingSettings = mTextPaint.getFontVariationSettings();