Fix @links in reference docs.
Change-Id: I40cea46efd80c448640ff69753698fe8404da40b
This commit is contained in:
@ -112,7 +112,7 @@ public final class Outline {
|
||||
* Currently, only Outlines that can be represented as a rectangle, circle,
|
||||
* or round rect support clipping.
|
||||
*
|
||||
* @see {@link android.view.View#setClipToOutline(boolean)}
|
||||
* @see android.view.View#setClipToOutline(boolean)
|
||||
*/
|
||||
public boolean canClip() {
|
||||
return mMode != MODE_CONVEX_PATH;
|
||||
|
@ -1315,7 +1315,7 @@ public abstract class Drawable {
|
||||
* provide an appropriate Resources object.
|
||||
*
|
||||
* @return a new drawable object based on this constant state
|
||||
* @see {@link #newDrawable(Resources)}
|
||||
* @see #newDrawable(Resources)
|
||||
*/
|
||||
public abstract @NonNull Drawable newDrawable();
|
||||
|
||||
|
Reference in New Issue
Block a user