Searched defs:filmstrip (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/filmstrip/
H A DFilmstripContentPanel.java17 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.
H A DFilmstripDataAdapter.java17 package com.android.camera.filmstrip;
32 * {@link com.android.camera.filmstrip.FilmstripController.FilmstripListener}.
H A DFilmstripController.java17 package com.android.camera.filmstrip;
25 * An interface which defines the controller of filmstrip.
26 * A filmstrip has 4 states:
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 mod
[all...]
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java46 import com.android.camera.filmstrip.FilmstripController;
47 import com.android.camera.filmstrip.FilmstripDataAdapter;
161 /** The position of the left of the view in the whole filmstrip. */
176 * {@link com.android.camera.filmstrip.FilmstripDataAdapter}.
179 public ViewItem(int index, View v, FilmstripItem data, FilmstripView filmstrip) { argument
180 mFilmstrip = filmstrip;
244 * {@link com.android.camera.filmstrip.FilmstripDataAdapter}.
252 * {@link com.android.camera.filmstrip.FilmstripDataAdapter}.
258 /** Sets the left position of the view in the whole filmstrip. */
263 /** Returns the left position of the view in the whole filmstrip
[all...]

Completed in 81 milliseconds