HomeSort by relevance Sort by last modified time
    Searched defs:filmstrip (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera2/src/com/android/camera/filmstrip/
FilmstripContentPanel.java 17 package com.android.camera.filmstrip;
22 * The filmstrip panel holding the filmstrip and other controls/widgets.
27 * com.android.camera.filmstrip.FilmstripController.FilmstripListener} defining extra callbacks
28 * for filmstrip being shown and hidden.
33 * Callback on a swipe out of filmstrip.
43 * Callback when the filmstrip becomes invisible or gone.
48 * Callback when the filmstrip is shown in full-screen.
DataAdapter.java 17 package com.android.camera.filmstrip;
32 * {@link com.android.camera.filmstrip.FilmstripController.FilmstripListener}.
ImageData.java 17 package com.android.camera.filmstrip;
24 * Common interface for all images in the filmstrip.
FilmstripController.java 17 package com.android.camera.filmstrip;
20 * An interface which defines the controller of filmstrip.
21 * A filmstrip has 4 states:
23 * <li>Filmstrip</li>
34 * <li>filmstrip --> full-screen</li>
35 * <li>full-screen --> filmstrip</li>
42 * {@link com.android.camera.filmstrip.FilmstripController.FilmstripListener} will be notified.
47 * Sets the listener for filmstrip events.
54 * Sets the gap width between each images on the filmstrip.
71 * Returns whether the filmstrip is in filmstrip mode
    [all...]

Completed in 142 milliseconds