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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java397 state.mCacheDirty = true;
493 state.mCacheDirty = true;
597 state.mCacheDirty = true;
791 boolean mCacheDirty; field in class:VectorDrawable.VectorDrawableState
858 if (!mCacheDirty
876 mCacheDirty = false;
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java475 state.mCacheDirty = true;
774 boolean mCacheDirty; field in class:VectorDrawableCompat.VectorDrawableCompatState
836 mCacheDirty = true;
850 if (!mCacheDirty
867 mCacheDirty = false;

Completed in 86 milliseconds