HomeSort by relevance Sort by last modified time
    Searched refs:mutate (Results 51 - 75 of 121) sorted by null

1 23 4 5

  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 500 public Drawable mutate() { method in class:AnimatedStateListDrawable
501 if (!mMutated && super.mutate() == this) {
NinePatchDrawable.java 557 public Drawable mutate() { method in class:NinePatchDrawable
558 if (!mMutated && super.mutate() == this) {
674 // If we need to apply a theme, implicitly mutate.
RippleDrawable.java 890 public Drawable mutate() { method in class:RippleDrawable
891 super.mutate();
LayerDrawable.java 930 public Drawable mutate() { method in class:LayerDrawable
931 if (!mMutated && super.mutate() == this) {
936 array[i].mDrawable.mutate();
    [all...]
BitmapDrawable.java 679 public Drawable mutate() { method in class:BitmapDrawable
680 if (!mMutated && super.mutate() == this) {
939 // If we need to apply a theme, implicitly mutate.
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimationDrawableTest.java 352 // simply call mutate to make sure it does not throw an exception
353 d1.mutate();
GradientDrawableTest.java 308 d1.mutate();
RotateDrawableTest.java 222 d1.mutate();
StateListDrawableTest.java 240 d1.mutate();
VectorDrawableTest.java 273 d1.mutate();
DrawableContainerTest.java 728 mDrawableContainer.mutate();
736 mDrawableContainer.mutate();
856 public Drawable mutate() { method in class:DrawableContainerTest.MockDrawable
    [all...]
NinePatchDrawableTest.java 326 // the state is not shared before mutate.
332 // cannot test if mutate worked, since state was not shared before
333 d1.mutate();
  /external/chromium_org/third_party/skia/src/core/
SkRecordOpts.cpp 286 fRecord->mutate<void>(fIndex, *this);
  /external/skia/src/core/
SkRecordOpts.cpp 286 fRecord->mutate<void>(fIndex, *this);
  /frameworks/base/core/java/android/widget/
CheckedTextView.java 198 * automatically mutate the drawable and apply the specified tint and
261 mCheckMarkDrawable = mCheckMarkDrawable.mutate();
CompoundButton.java 250 * automatically mutate the drawable and apply the specified tint and tint
307 mButtonDrawable = mButtonDrawable.mutate();
ProgressBar.java 597 * automatically mutate the drawable and apply the specified tint and
666 mIndeterminateDrawable = mIndeterminateDrawable.mutate();
835 * automatically mutate the drawable and apply the specified tint and
    [all...]
ImageView.java 465 * mutate the drawable and apply the specified tint and tint mode using
521 mDrawable = mDrawable.mutate();
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
IconUtils.java 271 icon.mutate();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImageView.java 125 mBitmapDrawable.mutate();
  /external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.java 142 byte[] mutate = newPreFilledByteArray(10000);
143 mutate[9000] = 0;
144 equalHelper(false, mutate, newPreFilledByteArray(10000));
  /frameworks/base/core/java/android/app/
ExitTransitionCoordinator.java 284 background = background.mutate();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 154 mBackground = (RippleDrawable) mBackground.mutate().getConstantState().newDrawable();
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsOverviewRowPresenter.java 530 ((ColorDrawable) vh.mOverviewFrame.getForeground().mutate()).setColor(dimmedColor);
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeTransitionView.java 449 * we mutate the drawable loaded from resource.
461 // Mutate the drawable loaded from resource so modifying its states does
463 setIconDrawable(iconDrawable.mutate());

Completed in 1288 milliseconds

1 23 4 5