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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSourcePlexor.java80 protected ImageData naturalPrevious(ImageData current) { method in class:PhotoSourcePlexor
81 return current.naturalPrevious();
H A DCursorPhotoSource.java58 protected ImageData naturalPrevious(ImageData current) { method in class:CursorPhotoSource
H A DPhotoSource.java66 ImageData naturalPrevious() { method in class:PhotoSource.ImageData
67 return PhotoSource.this.naturalPrevious(this);
297 public Bitmap naturalPrevious(Bitmap current, BitmapFactory.Options options, method in class:PhotoSource
302 ImageData prev = data.naturalPrevious();
328 protected abstract ImageData naturalPrevious(ImageData current); method in class:PhotoSource
H A DStockSource.java105 public ImageData naturalPrevious(ImageData current) { method in class:StockSource
H A DPhotoTable.java512 decodedPhoto = table.mPhotoSource.naturalPrevious(current,

Completed in 261 milliseconds