HomeSort by relevance Sort by last modified time
    Searched defs:mutate (Results 1 - 21 of 21) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ProxyDrawable.java 94 public Drawable mutate() { method in class:ProxyDrawable
95 if (mProxy != null && !mMutated && super.mutate() == this) {
96 mProxy.mutate();
  /external/chromium_org/third_party/skia/src/core/
SkRecord.h 19 // Though an enterprising user may find calling alloc(), append(), visit(), and mutate() enough to
39 this->mutate<void>(i, destroyer);
56 // Mutate the i-th canvas command with a functor matching this interface:
61 R mutate(unsigned i, F& f) { function in class:SkRecord
63 return fRecords[i].mutate<R>(fTypes[i], f);
65 // TODO: It'd be nice to infer R from F for visit and mutate if we ever get std::result_of.
97 this->mutate<void>(i, destroyer);
144 // visit() or mutate(). The recorded canvas calls don't have to have any idea about the
183 // visit() and mutate() work with the parallel fTypes array to do the work of a vtable.
208 // Mutate this record with functor F (see public API above) assuming the record we'r
211 R mutate(Type8 type, F& f) { function in struct:SkRecord::Record
    [all...]
  /external/guava/guava/src/com/google/common/collect/
BstOperations.java 68 public static <K, N extends BstNode<K, N>> BstMutationResult<K, N> mutate( method in class:BstOperations
79 mutate(comparator, mutationRule, tree.childOrNull(side), key);
90 public static <K, N extends BstNode<K, N>> BstMutationResult<K, N> mutate( method in class:BstOperations
TreeMultiset.java 193 private int mutate(@Nullable E e, MultisetModifier modifier) { method in class:TreeMultiset
200 BstOperations.mutate(comparator(), mutationRule, rootReference.get(), e);
216 return mutate(element, new AddModifier(occurrences));
228 return range.contains(e) ? mutate(e, new RemoveModifier(occurrences)) : 0;
238 return mutate(element, new ConditionalSetCountModifier(oldCount, newCount))
246 return mutate(element, new SetCountModifier(count));
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimatedVectorDrawableTest.java 175 d1.mutate();
GradientDrawableTest.java 308 d1.mutate();
LevelListDrawableTest.java 175 // the state does not appear to be shared before calling mutate()
181 // simply call mutate to make sure no exception is thrown
182 d1.mutate();
BitmapDrawableTest.java 418 d1.mutate();
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();
StateListDrawableTest.java 240 d1.mutate();
VectorDrawableTest.java 273 d1.mutate();
AnimationDrawableTest.java 346 // simply call mutate to make sure it does not throw an exception
347 d1.mutate();
RotateDrawableTest.java 222 d1.mutate();
DrawableContainerTest.java 728 mDrawableContainer.mutate();
736 mDrawableContainer.mutate();
856 public Drawable mutate() { method in class:DrawableContainerTest.MockDrawable
    [all...]
LayerDrawableTest.java     [all...]
ScaleDrawableTest.java 450 d1.mutate();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultiset.java 189 private int mutate(@Nullable E e, MultisetModifier modifier) { method in class:TreeMultiset
196 BstOperations.mutate(comparator(), mutationRule, rootReference.get(), e);
212 return mutate(element, new AddModifier(occurrences));
224 return range.contains(e) ? mutate(e, new RemoveModifier(occurrences)) : 0;
234 return mutate(element, new ConditionalSetCountModifier(oldCount, newCount))
242 return mutate(element, new SetCountModifier(count));
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 388 milliseconds