Home | History | Annotate | Download | only in session

Lines Matching defs:session

17 package com.android.camera.session;
34 * A session is an item that is in progress of being created and saved, such as
39 /** Classes implementing this interface can produce a capture session. */
41 /** Creates and starts a new capture session. */
47 * this session.
67 * this session.
104 * This occurs if a capture session is created but is later canceled for
110 * This occurs if a capture session is created but failed to persist the
116 /** Returns the title/name of this session. */
119 /** Returns the location of this session or null. */
122 /** Sets the location of this session. */
126 * Set the progress in percent for the current session. If set to or left at
132 * Returns the progress of this session in percent.
142 * Changes the progress status message of this session.
149 * For an ongoing session, this updates the currently displayed thumbnail.
151 * @param bitmap the thumbnail to be shown while the session is in progress.
156 * For an ongoing session, this updates the capture indicator thumbnail.
158 * @param bitmap the thumbnail to be shown while the session is in progress.
165 * Starts an empty session with the given placeholder size.
167 * @param listener receives events as the session progresses.
173 * Starts the session by adding a placeholder to the filmstrip and adding
176 * @param listener receives events as the session progresses.
186 * Starts the session by adding a placeholder to the filmstrip and adding
189 * @param listener receives events as the session progresses.
200 * Starts the session by marking the item as in-progress and adding
203 * @param listener receives events as the session progresses.
213 * Cancel the session without a final result. The session will be removed
219 * Finish the session by saving the image to disk. Will add the final item
239 * capture session.
244 * Finishes the session. Resources may be held during notification of
246 * the session.
251 * Finish the session and indicate it failed. Resources may be held during
253 * fully complete the session.
258 * All processing complete, finalize the session and remove any resources.
263 * Returns the file to where the final output of this session should be
270 * Returns the URI to the final output of this session. This is only
282 * Adds a progress listener to this session.
287 * Removes the given progress listener from this session.