Merge "Blacklist TextView.mCurTextColor"

This commit is contained in:
Siyamed Sinir
2019-02-06 18:02:14 +00:00
committed by Android (Google) Code Review

View File

@@ -435,8 +435,13 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
private ColorStateList mHintTextColor;
private ColorStateList mLinkTextColor;
@ViewDebug.ExportedProperty(category = "text")
@UnsupportedAppUsage
/**
* {@link #setTextColor(int)} or {@link #getCurrentTextColor()} should be used instead.
*/
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
private int mCurTextColor;
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 115609023)
private int mCurHintTextColor;
private boolean mFreezesText;