Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -15080,6 +15080,7 @@ package android.graphics.drawable { method public void invalidateSelf(); method public boolean isAutoMirrored(); method public boolean isFilterBitmap(); method public boolean isProjected(); method public boolean isStateful(); method public final boolean isVisible(); method public void jumpToCurrentState(); graphics/java/android/graphics/drawable/Drawable.java +4 −3 Original line number Diff line number Diff line Loading @@ -713,11 +713,12 @@ public abstract class Drawable { } /** * Whether this drawable requests projection. * Whether this drawable requests projection. Indicates that the * {@link android.graphics.RenderNode} this Drawable will draw into should be drawn immediately * after the closest ancestor RenderNode containing a projection receiver. * * @hide magic! * @see android.graphics.RenderNode#setProjectBackwards(boolean) */ @UnsupportedAppUsage public boolean isProjected() { return false; } Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -15080,6 +15080,7 @@ package android.graphics.drawable { method public void invalidateSelf(); method public boolean isAutoMirrored(); method public boolean isFilterBitmap(); method public boolean isProjected(); method public boolean isStateful(); method public final boolean isVisible(); method public void jumpToCurrentState();
graphics/java/android/graphics/drawable/Drawable.java +4 −3 Original line number Diff line number Diff line Loading @@ -713,11 +713,12 @@ public abstract class Drawable { } /** * Whether this drawable requests projection. * Whether this drawable requests projection. Indicates that the * {@link android.graphics.RenderNode} this Drawable will draw into should be drawn immediately * after the closest ancestor RenderNode containing a projection receiver. * * @hide magic! * @see android.graphics.RenderNode#setProjectBackwards(boolean) */ @UnsupportedAppUsage public boolean isProjected() { return false; } Loading