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

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java626 state.mCacheDirty = true;
939 boolean mCacheDirty; field in class:VectorDrawableCompat.VectorDrawableCompatState
1001 mCacheDirty = true;
1015 if (!mCacheDirty
1032 mCacheDirty = false;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java435 state.mCacheDirty = true;
531 state.mCacheDirty = true;
638 state.mCacheDirty = true;
846 boolean mCacheDirty; field in class:VectorDrawable.VectorDrawableState
938 if (!mCacheDirty
956 mCacheDirty = false;

Completed in 539 milliseconds