Searched refs:mVectorState (Results 1 – 2 of 2) sorted by relevance
383 updateColorFilters(mVectorState.mBlendMode, mVectorState.mTint); in updateLocalState()389 mVectorState = new VectorDrawableState(mVectorState); in mutate()411 return mVectorState; in getConstantState()507 return super.isStateful() || (mVectorState != null && mVectorState.isStateful()); in isStateful()512 return mVectorState != null && mVectorState.hasFocusStateSpecified(); in hasFocusStateSpecified()610 return (mVectorState != null && mVectorState.canApplyTheme()) || super.canApplyTheme(); in canApplyTheme()647 if (mVectorState != null && mVectorState.canApplyTheme()) { in applyTheme()648 mVectorState.applyTheme(t); in applyTheme()662 if (mVectorState == null || in getPixelSize()710 if (mVectorState.mRootGroup != null || mVectorState.mNativeTree != null) { in inflate()[all …]
20530 Landroid/graphics/drawable/VectorDrawable;->mVectorState:Landroid/graphics/drawable/VectorDrawable$…