Searched defs:restore (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_backup_FileBackupHelperBase.cpp83 RestoreHelperBase* restore = (RestoreHelperBase*)ptr; local
89 err = restore->WriteFile(String8(filename), reader);
101 RestoreHelperBase* restore = (RestoreHelperBase*)ptr; local
104 err = restore->WriteSnapshot(fd);
H A Dandroid_graphics_Canvas.cpp102 static bool restore(jlong canvasHandle) { function in namespace:android::CanvasJNI
105 return false; // cannot restore anymore
107 canvas->restore();
370 canvas->restore();
405 canvas->restore();
592 {"nRestore","(J)Z", (void*) CanvasJNI::restore},
/frameworks/base/graphics/java/android/graphics/
H A DCamera.java36 * with a call to {@link #restore()}.
45 * @see #restore()
47 public native void restore(); method in class:Camera
H A DCanvas.java162 * layers, filters, and the save/restore stack are reset. Additionally,
313 * Restore the current matrix when restore() is called.
324 * Restore the current clip when restore() is called.
364 * Restore everything when restore() is called (standard save flags).
380 * restore() is made, those calls will be forgotten, and the settings that
398 * restore() is made, those calls will be forgotten, and the settings that
403 * to save/restore
423 * Only when the balancing call to restore() is made, is that offscreen
430 * offscreen bitmap is drawn back when restore() is called.
436 * restore() i
572 public void restore() { method in class:Canvas
[all...]
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java548 public void restore(int blockIndex) throws IOException { method in class:MifareClassic
/frameworks/base/libs/hwui/
H A DCanvasState.cpp131 * Guaranteed to restore without side-effects.
140 // subclass handles restore implementation
146 void CanvasState::restore() { function in class:android::uirenderer::CanvasState
H A DRecordingCanvas.cpp110 void RecordingCanvas::RecordingCanvas::restore() { function in class:android::uirenderer::RecordingCanvas::RecordingCanvas
111 mState.restore();
127 // operations will be able to store and restore the current clip and transform info, and
472 restore();
493 restore();
509 restore();
H A DSkiaCanvas.cpp131 // The SkiaCanvas::restore operation layers on the capability to preserve
132 // either (or both) the matrix and/or clip state after a SkCanvas::restore
134 // when requested and playing it back after the SkCanvas::restore.
135 void SkiaCanvas::restore() { function in class:android::SkiaCanvas
139 mCanvas->restore();
153 mCanvas->restore();
167 this->restore();
283 // doesn't restore the clip.
305 // If the current/post-restore save rec is also persisting clips, we
306 // leave them on the stack to be reapplied part of the next restore()
[all...]
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java328 transforms.restore(view);
345 transforms.restore(view);
447 public void restore(View view) { method in class:ChangeTransform.Transforms
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java79 public abstract void restore(); method in interface:GLCanvas
198 * After LightCycle makes GL calls, this method is called to restore the GL
H A DGLES20Canvas.java138 // Keep track of restore state
466 public void restore() { method in class:GLES20Canvas
681 restore();
782 restore();
836 restore(); // restore matrix and alpha
/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerSettings.java300 void restore(@NonNull final InputStream is) throws IOException, XmlPullParserException { method in class:OverlayManagerSettings
301 Serializer.restore(mItems, is);
324 public static void restore(@NonNull final ArrayList<SettingsItem> table, method in class:OverlayManagerSettings.Serializer
/frameworks/native/cmds/rawbu/
H A Dbackup.cpp55 /* Directory paths that we will not backup/restore */
110 // directory itself, since the restore file won't
446 fprintf(stderr, "bad token %d in restore file\n", *type);
452 fprintf(stderr, "bad path length %d in restore file\n", pathLen);
457 fprintf(stderr, "truncated path in restore file\n");
466 fprintf(stderr, "bad uid in restore file at '%s'\n", readPath);
471 fprintf(stderr, "bad gid in restore file at '%s'\n", readPath);
476 fprintf(stderr, "bad mode in restore file at '%s'\n", readPath);
481 fprintf(stderr, "bad atime in restore file at '%s'\n", readPath);
487 fprintf(stderr, "bad mtime in restore fil
661 int restore = 0; local
[all...]
/frameworks/support/transition/src/android/support/transition/
H A DChangeTransform.java342 transforms.restore(view);
359 transforms.restore(view);
473 public void restore(View view) { method in class:ChangeTransform.Transforms
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
H A DNopCanvas.java101 public void restore() { method in class:NopCanvas
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java164 /** sets an optional copy of the original content to be used during restore */
243 * upon restore
267 * into the main graphics when {@link #restore()} is called.
272 * upon restore
367 public GcSnapshot restore() { method in class:GcSnapshot
373 * @param saveCount the saveCount or -1 to only restore 1.
550 // restore the current one first.
553 if (size == saveCount + 1) { // this was the only one that needed restore.
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBaseCanvas_Delegate.java755 protected void restore() { method in class:BaseCanvas_Delegate
756 mSnapshot = mSnapshot.restore();
/frameworks/av/services/audioflinger/
H A DThreads.h365 // suspend or restore effect according to the type of effect passed. a NULL
724 void restore() function in class:PlaybackThread
726 // if restore() is done without suspend(), get back into
/frameworks/base/core/java/android/view/
H A DWindowManager.java2191 // internal buffer to backup/restore parameters under compatibility mode.
2515 * @see LayoutParams#restore()
2533 void restore() { method in class:WindowManager.LayoutParams

Completed in 211 milliseconds