HomeSort by relevance Sort by last modified time
    Searched refs:isContentValid (Results 1 - 5 of 5) 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/Gallery2/tests/src/com/android/gallery3d/glrenderer/
TextureTest.java 155 assertTrue(texture.isContentValid());
159 assertFalse(texture.isContentValid());
167 assertTrue(texture.isContentValid());
174 //assertFalse(texture.isContentValid(canvas));
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 434 if (!tile.isContentValid()) {
542 if (!tile.isContentValid()) {
564 if (!tile.isContentValid()) {
584 if (tile.isContentValid()) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 472 if (!tile.isContentValid()) queueForDecode(tile);
575 if (!tile.isContentValid()) {
599 if (!tile.isContentValid()) {
627 if (tile.isContentValid()) {

Completed in 80 milliseconds