Searched defs:save (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp55 sp<AState> save = mState; local
61 CHECK(save == mState);
/frameworks/base/core/java/android/gesture/
H A DGestureLibraries.java63 public boolean save() { method in class:GestureLibraries.FileGestureLibrary
79 mStore.save(new FileOutputStream(file), true);
82 Log.d(LOG_TAG, "Could not save the gesture library in " + mPath, e);
84 Log.d(LOG_TAG, "Could not save the gesture library in " + mPath, e);
122 public boolean save() { method in class:GestureLibraries.ResourceGestureLibrary
H A DGestureLibrary.java30 public abstract boolean save(); method in class:GestureLibrary
H A DGestureStore.java221 public void save(OutputStream stream) throws IOException { method in class:GestureStore
222 save(stream, false);
225 public void save(OutputStream stream, boolean closeStream) throws IOException { method in class:GestureStore
/frameworks/base/graphics/java/android/graphics/
H A DCamera.java35 * Saves the camera state. Each save should be balanced
38 * @see #save()
40 public native void save(); method in class:Camera
H A DCanvas.java196 * layers, filters, and the save/restore stack are reset with the exception
386 * Restore everything when restore() is called (standard save flags).
400 * existed before the save() will be reinstated.
402 * @return The value to pass to restoreToCount() to balance this save()
404 public int save() { method in class:Canvas
409 * Based on saveFlags, can save the current matrix and clip onto a private
412 * parameter-less save(). It is simpler and faster than individually
418 * existed before the save() will be reinstated.
421 * to save/restore
422 * @return The value to pass to restoreToCount() to balance this save()
424 public int save(@Saveflags int saveFlags) { method in class:Canvas
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DPersistentDataStore.java79 save();
211 private void save() { method in class:PersistentDataStore
230 Slog.w(TAG, "Failed to save display manager persistent store data.", ex);
/frameworks/base/libs/hwui/
H A DStatefulBaseRenderer.cpp55 // TODO: remove, combine viewport + save stack initialization
66 * Non-virtual implementation of save, guaranteed to save without side-effects
68 * The approach here and in restoreSnapshot(), allows subclasses to directly manipulate the save
76 int StatefulBaseRenderer::save(int flags) { function in class:android::uirenderer::StatefulBaseRenderer
H A DDisplayListRenderer.cpp97 int DisplayListRenderer::save(int flags) { function in class:android::uirenderer::DisplayListRenderer
99 return StatefulBaseRenderer::save(flags);
126 return StatefulBaseRenderer::save(flags);
216 save(SkCanvas::kMatrix_SaveFlag);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java149 save();
228 public void save() { method in class:GestureRecorder
250 save();
/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java82 save();
230 private void save() { method in class:PersistentDataStore
249 Slog.w(InputManagerService.TAG, "Failed to save input manager persistent store data.", ex);
/frameworks/base/services/core/java/com/android/server/tv/
H A DPersistentDataStore.java192 save();
196 private void save() { method in class:PersistentDataStore
216 Slog.w(TAG, "Failed to save tv input manager persistent store data.", ex);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java66 public abstract void save(); method in interface:GLCanvas
68 // Same as save(), but only save those specified in saveFlags.
69 public abstract void save(int saveFlags); method in interface:GLCanvas
76 // alpha, and clip). This call balances a previous call to save(), and is
78 // last save call.
H A DGLES20Canvas.java438 public void save() { method in class:GLES20Canvas
439 save(SAVE_FLAG_ALL);
443 public void save(int saveFlags) { method in class:GLES20Canvas
673 save(SAVE_FLAG_MATRIX);
769 save(SAVE_FLAG_ALPHA);
841 save(); // save matrix and alpha and blending
/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java421 setAutomaticZenModeConditions(conditionIds, true /*save*/);
424 private void setAutomaticZenModeConditions(Uri[] conditionIds, boolean save) { argument
446 if (save && changed) {
528 setAutomaticZenModeConditions(null, false /*save*/);
542 setAutomaticZenModeConditions(newIds.toArray(new Uri[newIds.size()]), false /*save*/);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java57 * for each layer. Doing a save() will duplicate this list so that each graphics2D object
125 * @param flags the flags that were used to save this layer
144 /** Returns the layer save flags. This is only valid for additional layers.
222 * This is the equivalent of {@link Canvas#save(int)}
224 * @param flags the save flags.
227 * @see Canvas#save(int)
229 public GcSnapshot save(int flags) { method in class:GcSnapshot
241 * @param flags the save flags.
267 * @param layerBounds the region of the layer. Optional, if null, this is a normal save()
322 // if the drawing is not clipped to the local layer only, we save th
[all...]
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java62 * // fill the Grammar slots with names and save, if required
66 * grammar.save(".../foo.g2g");
227 public void save(String g2gFileName) throws IOException { method in class:Recognizer.Grammar
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java104 void save(Bundle outState) { method in class:BrowseFragment.BackStackListener
609 mBackStackChangedListener.save(outState);
H A DBrowseSupportFragment.java106 void save(Bundle outState) { method in class:BrowseSupportFragment.BackStackListener
611 mBackStackChangedListener.save(outState);
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DContentSettingsAdapter.java156 public void setSaveFormData(boolean save) { argument
157 if (TRACE) Log.d(LOGTAG, "setSaveFormData=" + save);
158 mAwSettings.setSaveFormData(save);
167 public void setSavePassword(boolean save) { argument
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java433 public int save() { method in class:GLES20Canvas
438 public int save(int saveFlags) { method in class:GLES20Canvas
463 return save(saveFlags);
486 return save(saveFlags);
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java402 * Sets whether the WebView should save form data. The default is true.
404 public abstract void setSaveFormData(boolean save); argument
415 * Sets whether the WebView should save passwords. The default is true.
419 public abstract void setSavePassword(boolean save); argument
/frameworks/base/core/jni/android/graphics/
H A DSkiaCanvas.cpp64 virtual int save(SkCanvas::SaveFlags flags);
209 // clean up the old save stack
237 int SkiaCanvas::save(SkCanvas::SaveFlags flags) { function in class:android::SkiaCanvas
238 int count = mCanvas->save();
309 // A partial save is a save operation which doesn't capture the full canvas state.
316 // not a partial save.
325 // Store the save counter in the SkClipStack domain.
326 // (0-based, equal to the number of save ops on the stack).
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp72 static jint save(JNIEnv*, jobject, jlong canvasHandle, jint flagsHandle) { function in namespace:android::CanvasJNI
74 return static_cast<jint>(get_canvas(canvasHandle)->save(flags));
330 canvas->save(SkCanvas::kMatrixClip_SaveFlag);
690 {"native_save","(JI)I", (void*) CanvasJNI::save},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java187 return canvasDelegate.save(saveFlags);
1006 private int save(int saveFlags) { method in class:Canvas_Delegate
1007 // get the current save count
1010 mSnapshot = mSnapshot.save(saveFlags);
1012 // return the old save count
1023 // get the current save count
1028 // return the old save count

Completed in 1314 milliseconds

12