Loading core/java/android/text/TextLine.java +2 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,8 @@ public class TextLine { private final DecorationInfo mDecorationInfo = new DecorationInfo(); private final ArrayList<DecorationInfo> mDecorations = new ArrayList<>(); @UnsupportedAppUsage /** Not allowed to access. If it's for memory leak workaround, it was already fixed M. */ @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) private static final TextLine[] sCached = new TextLine[3]; /** Loading Loading
core/java/android/text/TextLine.java +2 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,8 @@ public class TextLine { private final DecorationInfo mDecorationInfo = new DecorationInfo(); private final ArrayList<DecorationInfo> mDecorations = new ArrayList<>(); @UnsupportedAppUsage /** Not allowed to access. If it's for memory leak workaround, it was already fixed M. */ @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) private static final TextLine[] sCached = new TextLine[3]; /** Loading