Searched defs:restore (Results 1 - 17 of 17) 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.cpp90 static void restore(JNIEnv* env, jobject, jlong canvasHandle) { function in namespace:android::CanvasJNI
92 if (canvas->getSaveCount() <= 1) { // cannot restore anymore
93 doThrowISE(env, "Underflow in restore");
96 canvas->restore();
342 canvas->restore();
694 {"native_restore","(J)V", (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.java196 * layers, filters, and the save/restore stack are reset with the exception
357 * Restore the current matrix when restore() is called.
362 * Restore the current clip when restore() is called.
386 * Restore everything when restore() is called (standard save flags).
399 * restore() is made, those calls will be forgotten, and the settings that
417 * restore() is made, those calls will be forgotten, and the settings that
421 * to save/restore
441 * Only when the balancing call to restore() is made, is that offscreen
448 * offscreen bitmap is drawn back when restore() is called.
453 * restore() i
553 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 DStatefulBaseRenderer.cpp81 * Non-virtual implementation of restore, guaranteed to restore without side-effects.
90 // subclass handles restore implementation
94 void StatefulBaseRenderer::restore() { function in class:android::uirenderer::StatefulBaseRenderer
H A DDisplayListRenderer.cpp102 void DisplayListRenderer::restore() { function in class:android::uirenderer::DisplayListRenderer
110 StatefulBaseRenderer::restore();
219 restore();
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java326 transforms.restore(view);
343 transforms.restore(view);
445 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/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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java161 /** sets an optional copy of the original content to be used during restore */
240 * upon restore
264 * into the main graphics when {@link #restore()} is called.
269 * upon restore
364 public GcSnapshot restore() { method in class:GcSnapshot
370 * @param saveCount the saveCount or -1 to only restore 1.
547 // restore the current one first.
550 if (size == saveCount + 1) { // this was the only one that needed restore.
/frameworks/av/services/audioflinger/
H A DThreads.h332 // suspend or restore effect according to the type of effect passed. a NULL
548 void restore() function in class:PlaybackThread
550 // if restore() is done without suspend(), get back into
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java493 public void restore() { method in class:GLES20Canvas
H A DWindowManager.java1719 // internal buffer to backup/restore parameters under compatibility mode.
1997 * @see LayoutParams#restore()
2015 void restore() { method in class:WindowManager.LayoutParams
/frameworks/base/core/jni/android/graphics/
H A DSkiaCanvas.cpp65 virtual void restore();
243 void SkiaCanvas::restore() { function in class:android::SkiaCanvas
252 mCanvas->restore();
269 mCanvas->restore();
284 this->restore();
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java230 canvasDelegate.restore();
1044 private void restore() { method in class:Canvas_Delegate
1045 mSnapshot = mSnapshot.restore();

Completed in 817 milliseconds