HomeSort by relevance Sort by last modified time
    Searched refs:isContentValid (Results 1 - 8 of 8) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TextureUploader.java 56 if (t.isContentValid()) return;
63 if (t.isContentValid()) return;
77 if (t.isContentValid()) continue;
UploadedTexture.java 35 // isContentValid() is meaningful only when the isLoaded() returns true.
178 public boolean isContentValid() {
276 return isContentValid();
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 34 // isContentValid() is meaningful only when the isLoaded() returns true.
117 public boolean isContentValid() {
191 return isContentValid();
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 35 // isContentValid() is meaningful only when the isLoaded() returns true.
178 public boolean isContentValid() {
276 return isContentValid();
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 475 if (!tile.isContentValid()) {
580 if (!tile.isContentValid()) {
605 if (!tile.isContentValid()) {
635 if (tile.isContentValid()) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 471 if (!tile.isContentValid()) queueForDecode(tile);
574 if (!tile.isContentValid()) {
598 if (!tile.isContentValid()) {
626 if (tile.isContentValid()) {
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 475 if (!tile.isContentValid()) {
580 if (!tile.isContentValid()) {
605 if (!tile.isContentValid()) {
635 if (tile.isContentValid()) {
  /packages/apps/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 475 if (!tile.isContentValid()) {
580 if (!tile.isContentValid()) {
605 if (!tile.isContentValid()) {
635 if (tile.isContentValid()) {

Completed in 91 milliseconds