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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DUploadedTexture.java54 private boolean mContentValid = true; field in class:UploadedTexture
171 mContentValid = false;
180 return isLoaded() && mContentValid;
193 } else if (!mContentValid) {
201 mContentValid = true;
299 mContentValid = true;

Completed in 59 milliseconds