HomeSort by relevance Sort by last modified time
    Searched refs:VectorDrawableState (Results 1 - 4 of 4) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 243 private VectorDrawableState mVectorState;
266 this(new VectorDrawableState(null), null);
273 private VectorDrawable(@NonNull VectorDrawableState state, @Nullable Resources res) {
299 mVectorState = new VectorDrawableState(mVectorState);
393 final VectorDrawableState state = mVectorState;
403 final VectorDrawableState state = mVectorState;
431 final VectorDrawableState state = mVectorState;
517 final VectorDrawableState state = mVectorState;
625 final VectorDrawableState state = mVectorState;
643 final VectorDrawableState state = mVectorState
    [all...]
AnimatedVectorDrawable.java 603 } else if (targetNameObj instanceof VectorDrawable.VectorDrawableState) {
604 property = ((VectorDrawable.VectorDrawableState) targetNameObj)
    [all...]
  /frameworks/base/
preloaded-classes     [all...]
compiled-classes-phone     [all...]

Completed in 187 milliseconds