Home
last modified time | relevance | path

Searched refs:mutate (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java251 public Drawable mutate() { in mutate() method in InsetDrawable
252 if (!mMutated && super.mutate() == this) { in mutate()
253 mInsetState.mDrawable.mutate(); in mutate()
DScaleDrawable.java252 public Drawable mutate() { in mutate() method in ScaleDrawable
253 if (!mMutated && super.mutate() == this) { in mutate()
254 mScaleState.mDrawable.mutate(); in mutate()
DMipmapDrawable.java181 public Drawable mutate() { in mutate() method in MipmapDrawable
182 if (!mMutated && super.mutate() == this) { in mutate()
DLevelListDrawable.java147 public Drawable mutate() { in mutate() method in LevelListDrawable
148 if (!mMutated && super.mutate() == this) { in mutate()
DRotateDrawable.java280 public Drawable mutate() { in mutate() method in RotateDrawable
281 if (!mMutated && super.mutate() == this) { in mutate()
282 mState.mDrawable.mutate(); in mutate()
DAnimatedRotateDrawable.java290 public Drawable mutate() { in mutate() method in AnimatedRotateDrawable
291 if (!mMutated && super.mutate() == this) { in mutate()
292 mState.mDrawable.mutate(); in mutate()
DAnimationDrawable.java305 public Drawable mutate() { in mutate() method in AnimationDrawable
306 if (!mMutated && super.mutate() == this) { in mutate()
DStateListDrawable.java248 public Drawable mutate() { in mutate() method in StateListDrawable
249 if (!mMutated && super.mutate() == this) { in mutate()
DShapeDrawable.java374 public Drawable mutate() { in mutate() method in ShapeDrawable
375 if (!mMutated && super.mutate() == this) { in mutate()
DDrawableContainer.java409 public Drawable mutate() { in mutate() method in DrawableContainer
410 if (!mMutated && super.mutate() == this) { in mutate()
414 if (drawables[i] != null) drawables[i].mutate(); in mutate()
DNinePatchDrawable.java388 public Drawable mutate() { in mutate() method in NinePatchDrawable
389 if (!mMutated && super.mutate() == this) { in mutate()
DLayerDrawable.java576 public Drawable mutate() { in mutate() method in LayerDrawable
577 if (!mMutated && super.mutate() == this) { in mutate()
586 array[i].mDrawable.mutate(); in mutate()
DBitmapDrawable.java426 public Drawable mutate() { in mutate() method in BitmapDrawable
427 if (!mMutated && super.mutate() == this) { in mutate()
DDrawable.java733 public Drawable mutate() { in mutate() method in Drawable
DGradientDrawable.java1044 public Drawable mutate() {
1045 if (!mMutated && super.mutate() == this) {
/frameworks/base/core/tests/coretests/src/android/view/
DMutateDrawable.java45 ok.getBackground().mutate().setAlpha(127); in onCreate()
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DTargetDrawable.java89 mDrawable = drawable != null ? drawable.mutate() : null; in setDrawable()
97 mDrawable = other.mDrawable != null ? other.mDrawable.mutate() : null; in TargetDrawable()
/frameworks/base/core/java/android/widget/
DImageView.java1146 mDrawable = mDrawable.mutate(); in applyColorMod()
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt328 NO DOC BLOCK: android.graphics.drawable.Drawable Method mutate()
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_failed.txt213 /sdcard/android/layout_tests/fast/events/crash-on-mutate-during-drop.html
/frameworks/base/api/
D14.txt8947 method public android.graphics.drawable.Drawable mutate();
D15.txt8980 method public android.graphics.drawable.Drawable mutate();
Dcurrent.txt9257 method public android.graphics.drawable.Drawable mutate();
D16.txt9257 method public android.graphics.drawable.Drawable mutate();