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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java126 private boolean mRectIsDirty; // internal state field in class:GradientDrawable
317 mRectIsDirty = true;
336 mRectIsDirty = true;
354 mRectIsDirty = true;
373 mRectIsDirty = true;
401 mRectIsDirty = true;
419 mRectIsDirty = true;
494 if (mPathIsDirty || mRectIsDirty) {
497 mPathIsDirty = mRectIsDirty = false;
667 mRectIsDirty
[all...]

Completed in 27 milliseconds