HomeSort by relevance Sort by last modified time
    Searched defs:filmstrip (Results 1 - 3 of 3) 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.
FilmstripDataAdapter.java 17 package com.android.camera.filmstrip;
32 * {@link com.android.camera.filmstrip.FilmstripController.FilmstripListener}.
FilmstripController.java 17 package com.android.camera.filmstrip;
25 * An interface which defines the controller of filmstrip.
26 * A filmstrip has 4 states:
28 * <li>Filmstrip</li>
39 * <li>filmstrip --> full-screen</li>
40 * <li>full-screen --> filmstrip</li>
47 * {@link com.android.camera.filmstrip.FilmstripController.FilmstripListener} will be notified.
52 * Sets the listener for filmstrip events.
59 * Sets the gap width between each images on the filmstrip.
76 * Returns whether the filmstrip is in filmstrip mode
    [all...]

Completed in 109 milliseconds