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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DTextureUploader.java56 if (t.isContentValid()) return;
63 if (t.isContentValid()) return;
77 if (t.isContentValid()) continue;
H A DUploadedTexture.java35 // isContentValid() is meaningful only when the isLoaded() returns true.
178 public boolean isContentValid() { method in class:UploadedTexture
276 return isContentValid();
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java35 // isContentValid() is meaningful only when the isLoaded() returns true.
178 public boolean isContentValid() { method in class:UploadedTexture
276 return isContentValid();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java472 if (!tile.isContentValid()) queueForDecode(tile);
575 if (!tile.isContentValid()) {
599 if (!tile.isContentValid()) {
627 if (tile.isContentValid()) {
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageRenderer.java475 if (!tile.isContentValid()) {
580 if (!tile.isContentValid()) {
605 if (!tile.isContentValid()) {
635 if (tile.isContentValid()) {
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageRenderer.java475 if (!tile.isContentValid()) {
580 if (!tile.isContentValid()) {
605 if (!tile.isContentValid()) {
635 if (tile.isContentValid()) {

Completed in 138 milliseconds