Home
last modified time | relevance | path

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

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java142 return new VectorDrawableDelegateState(mDelegateDrawable.getConstantState()); in getConstantState()
402 drawable.mCachedConstantStateDelegate = new VectorDrawableDelegateState( in create()
721 private static class VectorDrawableDelegateState extends ConstantState { class in VectorDrawableCompat
724 public VectorDrawableDelegateState(ConstantState state) { in VectorDrawableDelegateState() method in VectorDrawableCompat.VectorDrawableDelegateState