Searched refs:restore (Results 51 - 75 of 133) sorted by relevance

123456

/frameworks/base/core/java/android/text/style/
H A DBulletSpan.java115 c.restore();
/frameworks/base/libs/hwui/
H A DCanvasState.h46 * restore() call. May be called several times sequentially.
61 * Manages the Snapshot stack, implementing matrix, save/restore, and clipping methods in the
66 * transform) or hook into changes (e.g. save/restore) with minimal surface area for manipulating
100 void restore();
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();
/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
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DAdvancedGradientsActivity.java111 canvas.restore();
H A DBitmapMutateActivity.java108 canvas.restore();
H A DColorFiltersMutateActivity.java166 canvas.restore();
177 canvas.restore();
H A DMoreShadersActivity.java128 canvas.restore();
148 canvas.restore();
H A DPathsActivity.java124 canvas.restore();
142 canvas.restore();
H A DTextActivity.java154 canvas.restore();
160 // canvas.restore();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustration.java192 canvas.restore();
204 canvas.restore();
/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java137 canvas.restore();
/frameworks/base/libs/hwui/tests/microbench/
H A DFrameBuilderBench.cpp55 canvas.restore();
/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/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java109 canvas.restore();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DColorOverlayDimmer.java163 c.restore();
/frameworks/support/wear/src/android/support/wear/widget/
H A DProgressDrawable.java161 canvas.restore();
/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp126 acr.restore(); //draw projected children using parent matrix
211 canvas->restore();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifPatternDrawable.java155 canvas.restore();
254 canvas.restore();
/frameworks/base/libs/hwui/tests/unit/
H A DFrameBuilderTests.cpp209 canvas.restore();
245 canvas.restore();
551 canvas.restore();
707 canvas.restore();
739 canvas.restore();
857 canvas.restore();
933 canvas.restore();
1014 canvas.restore();
1016 canvas.restore();
1038 canvas.restore();
[all...]
/frameworks/base/core/jni/
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/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/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/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/core/java/android/nfc/tech/
H A DMifareClassic.java548 public void restore(int blockIndex) throws IOException { method in class:MifareClassic

Completed in 1022 milliseconds

123456