Searched refs:VectorDrawableDelegateState (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java301 return new VectorDrawableDelegateState(mDelegateDrawable.getConstantState());
583 drawable.mCachedConstantStateDelegate = new VectorDrawableDelegateState(
911 private static class VectorDrawableDelegateState extends ConstantState { class in class:VectorDrawableCompat
914 public VectorDrawableDelegateState(ConstantState state) { method in class:VectorDrawableCompat.VectorDrawableDelegateState

Completed in 27 milliseconds