Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -10076,6 +10076,7 @@ package android.graphics.drawable { ctor public InsetDrawable(android.graphics.drawable.Drawable, int); ctor public InsetDrawable(android.graphics.drawable.Drawable, int, int, int, int); method public void draw(android.graphics.Canvas); method public android.graphics.drawable.Drawable getDrawable(); method public int getOpacity(); method public void invalidateDrawable(android.graphics.drawable.Drawable); method public void scheduleDrawable(android.graphics.drawable.Drawable, java.lang.Runnable, long); graphics/java/android/graphics/drawable/InsetDrawable.java +7 −0 Original line number Diff line number Diff line Loading @@ -261,6 +261,13 @@ public class InsetDrawable extends Drawable implements Drawable.Callback return this; } /** * Returns the drawable wrapped by this InsetDrawable. May be null. */ public Drawable getDrawable() { return mInsetState.mDrawable; } final static class InsetState extends ConstantState { Drawable mDrawable; int mChangingConfigurations; Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -10076,6 +10076,7 @@ package android.graphics.drawable { ctor public InsetDrawable(android.graphics.drawable.Drawable, int); ctor public InsetDrawable(android.graphics.drawable.Drawable, int, int, int, int); method public void draw(android.graphics.Canvas); method public android.graphics.drawable.Drawable getDrawable(); method public int getOpacity(); method public void invalidateDrawable(android.graphics.drawable.Drawable); method public void scheduleDrawable(android.graphics.drawable.Drawable, java.lang.Runnable, long);
graphics/java/android/graphics/drawable/InsetDrawable.java +7 −0 Original line number Diff line number Diff line Loading @@ -261,6 +261,13 @@ public class InsetDrawable extends Drawable implements Drawable.Callback return this; } /** * Returns the drawable wrapped by this InsetDrawable. May be null. */ public Drawable getDrawable() { return mInsetState.mDrawable; } final static class InsetState extends ConstantState { Drawable mDrawable; int mChangingConfigurations; Loading