@@ -1120,8 +1120,8 @@ public void setTo(Theme other) {
11201120 * Return a StyledAttributes holding the values defined by
11211121 * <var>Theme</var> which are listed in <var>attrs</var>.
11221122 *
1123- * <p>Be sure to call StyledAttributes .recycle() when you are done with
1124- * the array.
1123+ * <p>Be sure to call {@link TypedArray#recycle() TypedArray .recycle()} when you are done
1124+ * with the array.
11251125 *
11261126 * @param attrs The desired attributes.
11271127 *
@@ -1148,8 +1148,8 @@ public TypedArray obtainStyledAttributes(int[] attrs) {
11481148 * Return a StyledAttributes holding the values defined by the style
11491149 * resource <var>resid</var> which are listed in <var>attrs</var>.
11501150 *
1151- * <p>Be sure to call StyledAttributes .recycle() when you are done with
1152- * the array.
1151+ * <p>Be sure to call {@link TypedArray#recycle() TypedArray .recycle()} when you are done
1152+ * with the array.
11531153 *
11541154 * @param resid The desired style resource.
11551155 * @param attrs The desired attributes in the style.
@@ -1208,8 +1208,8 @@ public TypedArray obtainStyledAttributes(int resid, int[] attrs)
12081208 * AttributeSet specifies a style class (through the "style" attribute),
12091209 * that style will be applied on top of the base attributes it defines.
12101210 *
1211- * <p>Be sure to call StyledAttributes .recycle() when you are done with
1212- * the array.
1211+ * <p>Be sure to call {@link TypedArray#recycle() TypedArray .recycle()} when you are done
1212+ * with the array.
12131213 *
12141214 * <p>When determining the final value of a particular attribute, there
12151215 * are four inputs that come into play:</p>
0 commit comments