Home | History | Annotate | Download | only in ui

Lines Matching defs:Picture

65         // Returns the size for the specified picture. If the size information is
69 // Returns the media item for the specified picture.
72 // Returns the rotation for the specified picture.
187 // The picture entries, the valid index is from -SCREEN_NAIL_MAX to
189 private final RangeArray<Picture> mPictures =
190 new RangeArray<Picture>(-SCREEN_NAIL_MAX, SCREEN_NAIL_MAX);
218 // model, if we assume the index of current focused picture is 0. So if
429 Picture p = mPictures.get(i);
473 Picture p = mPictures.get(index);
500 Picture p = mPictures.get(i);
582 private interface Picture {
586 boolean isCamera(); // whether the picture is a camera preview
587 boolean isDeletable(); // whether the picture can be deleted
592 class FullPicture implements Picture {
651 // page mode, we move _to_ the camera preview from another picture.
711 // If the picture is narrower than the view, keep it at
715 // If the picture is wider than the view (it's
740 // Draw a debug indicator showing which picture has focus (index ==
771 private class ScreenNailPicture implements Picture {
807 // Draw a placeholder rectange if there should be a picture in
1376 // "deleteLast" means if the deletion is on the last remaining picture in
1400 // touched, or (b) the deleted picture is the last remaining picture in the
1499 // Returns -1 if we should switch focus to the previous picture, +1 if we
1524 // Switch to the previous or next picture if the hit position is inside
1549 // moved the picture a lot.
1556 // zoomed in picture vertically.
1592 // If we have moved the picture a lot, switching.
1797 // Returns the alpha factor in film mode if a picture is not in the center.