/frameworks/base/graphics/java/android/graphics/drawable/ |
ShapeDrawable.java | 352 public Drawable mutate() { method in class:ShapeDrawable 353 if (!mMutated && super.mutate() == this) {
|
BitmapDrawable.java | 351 public Drawable mutate() { method in class:BitmapDrawable 352 if (!mMutated && super.mutate() == this) {
|
LayerDrawable.java | 532 public Drawable mutate() { method in class:LayerDrawable 533 if (!mMutated && super.mutate() == this) { 537 array[i].mDrawable.mutate();
|
GradientDrawable.java | [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
DrawableContainerTest.java | 855 method = "mutate", 861 mDrawableContainer.mutate(); 869 mDrawableContainer.mutate(); 990 public Drawable mutate() { method in class:DrawableContainerTest.MockDrawable [all...] |
BitmapDrawableTest.java | 510 method = "mutate", 524 d1.mutate();
|
GradientDrawableTest.java | 461 method = "mutate", 478 d1.mutate();
|
InsetDrawableTest.java | 448 method = "mutate", 456 d1.mutate();
|
ShapeDrawableTest.java | 482 method = "mutate",
|
DrawableTest.java | 690 method = "mutate", 696 assertSame(mockDrawable, mockDrawable.mutate());
|
ScaleDrawableTest.java | 551 method = "mutate", 565 d1.mutate();
|
LayerDrawableTest.java | [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
OneStepIteratorForward.java | 99 // * <p>WARNING: Do not mutate this class from this function!</p>
|
DescendantIterator.java | 289 * <p>WARNING: Do not mutate this class from this function!</p>
|
/external/bluetooth/glib/docs/reference/glib/ |
changes.sgml | 130 It's not recommended to mutate the list in the callback to these
|
/external/webkit/WebKit/chromium/src/ |
WebHistoryItem.cpp | 162 // correct for that. Instead, we should have a back-door to just mutate
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
ElementType.java | 146 The return value is an AttributesImpl to allow the caller to mutate
|
/external/webkit/WebCore/loader/ |
SubresourceLoader.cpp | 93 // 1. For POST requests, we mutate the cache policy for the main resource,
|
/external/webkit/WebKit/mac/WebView/ |
WebResourceLoadDelegate.h | 46 Implementors are also given the opportunity to mutate requests before they are sent.
|
/external/webkit/WebKit/win/Interfaces/ |
IWebResourceLoadDelegate.idl | 48 Implementors are also given the opportunity to mutate requests before they are sent.
|
/frameworks/base/core/java/android/widget/ |
ImageView.java | 925 // Only mutate and apply when modifications have occurred. This should 929 mDrawable = mDrawable.mutate();
|
/external/webkit/WebCore/platform/graphics/win/ |
UniscribeController.cpp | 377 // Mutate the glyph array to contain our altered advances.
|
/external/e2fsprogs/lib/et/ |
com_err.texinfo | 32 @c Mutate section headers...
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/ |
XPathParser.java | [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
date.sgml | 139 be safe to mutate but invalid and thus not safe for calendrical computations.
|