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.cpp94 static void restore(JNIEnv* env, jobject, jlong canvasHandle, jboolean throwOnUnderflow) { function in namespace:android::CanvasJNI
96 if (canvas->getSaveCount() <= 1) { // cannot restore anymore
98 doThrowISE(env, "Underflow in restore - more restores than saves");
102 canvas->restore();
113 restoreCount = 1; // compat behavior - restore as far as possible
353 canvas->restore();
679 {"native_restore","(JZ)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.java188 * layers, filters, and the save/restore stack are reset with the exception
342 * Restore the current matrix when restore() is called.
347 * Restore the current clip when restore() is called.
371 * Restore everything when restore() is called (standard save flags).
384 * restore() is made, those calls will be forgotten, and the settings that
402 * restore() is made, those calls will be forgotten, and the settings that
406 * to save/restore
426 * Only when the balancing call to restore() is made, is that offscreen
433 * offscreen bitmap is drawn back when restore() is called.
438 * restore() i
538 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.cpp85 * Guaranteed to restore without side-effects.
94 // subclass handles restore implementation
98 void CanvasState::restore() { function in class:android::uirenderer::CanvasState
H A DDisplayListCanvas.cpp118 void DisplayListCanvas::restore() { function in class:android::uirenderer::DisplayListCanvas
126 mState.restore();
251 restore();
272 restore();
288 restore();
311 restore();
H A DSkiaCanvas.cpp60 virtual void restore() override;
233 void SkiaCanvas::restore() { function in class:android::SkiaCanvas
242 mCanvas->restore();
259 mCanvas->restore();
274 this->restore();
H A DOpenGLRenderer.cpp588 // operations will be able to store and restore the current clip and transform info, and
796 // Unbind current FBO and restore previous one
831 restore();
897 * by saveLayer's restore
975 restore();
1203 // (Note: saveLayer/restore use colorFilter and alpha, so we just save restore everything)
1207 // always store/restore, since these are just pointers
2143 void OpenGLRenderer::restore() { function in class:android::uirenderer::OpenGLRenderer
2144 mState.restore();
[all...]
/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.java162 /** sets an optional copy of the original content to be used during restore */
241 * upon restore
265 * into the main graphics when {@link #restore()} is called.
270 * upon restore
365 public GcSnapshot restore() { method in class:GcSnapshot
371 * @param saveCount the saveCount or -1 to only restore 1.
548 // restore the current one first.
551 if (size == saveCount + 1) { // this was the only one that needed restore.
/frameworks/av/services/audioflinger/
H A DThreads.h341 // suspend or restore effect according to the type of effect passed. a NULL
565 void restore() function in class:PlaybackThread
567 // if restore() is done without suspend(), get back into
/frameworks/base/core/java/android/view/
H A DWindowManager.java1781 // internal buffer to backup/restore parameters under compatibility mode.
2077 * @see LayoutParams#restore()
2095 void restore() { method in class:WindowManager.LayoutParams
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java235 canvasDelegate.restore();
1049 private void restore() { method in class:Canvas_Delegate
1050 mSnapshot = mSnapshot.restore();

Completed in 4192 milliseconds