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

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java625 state.mCacheDirty = true;
937 boolean mCacheDirty; field in class:VectorDrawableCompat.VectorDrawableCompatState
999 mCacheDirty = true;
1013 if (!mCacheDirty
1030 mCacheDirty = false;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java434 state.mCacheDirty = true;
530 state.mCacheDirty = true;
634 state.mCacheDirty = true;
839 boolean mCacheDirty; field in class:VectorDrawable.VectorDrawableState
931 if (!mCacheDirty
949 mCacheDirty = false;

Completed in 1361 milliseconds