OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:naturalPrevious
(Results
1 - 5
of
5
) sorted by null
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoSourcePlexor.java
80
protected ImageData
naturalPrevious
(ImageData current) {
81
return current.
naturalPrevious
();
CursorPhotoSource.java
59
protected ImageData
naturalPrevious
(ImageData current) {
PhotoSource.java
66
ImageData
naturalPrevious
() {
67
return PhotoSource.this.
naturalPrevious
(this);
297
public Bitmap
naturalPrevious
(Bitmap current, BitmapFactory.Options options,
302
ImageData prev = data.
naturalPrevious
();
328
protected abstract ImageData
naturalPrevious
(ImageData current);
StockSource.java
105
public ImageData
naturalPrevious
(ImageData current) {
PhotoTable.java
512
decodedPhoto = table.mPhotoSource.
naturalPrevious
(current,
[
all
...]
Completed in 57 milliseconds