Searched refs:restore (Results 26 - 50 of 82) sorted by relevance

1234

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DShadersActivity.java122 canvas.restore();
139 canvas.restore();
H A DTextOnPathActivity.java131 canvas.restore();
150 canvas.restore();
H A DBitmapMeshActivity.java79 canvas.restore();
H A DPosTextActivity.java76 canvas.restore();
H A DLinesActivity.java148 canvas.restore();
155 canvas.restore();
163 canvas.restore();
H A DAdvancedGradientsActivity.java111 canvas.restore();
H A DBitmapMutateActivity.java108 canvas.restore();
H A DPathsActivity.java124 canvas.restore();
142 canvas.restore();
H A DTextActivity.java154 canvas.restore();
160 // canvas.restore();
/frameworks/base/core/java/android/text/style/
H A DDynamicDrawableSpan.java108 canvas.restore();
H A DBulletSpan.java105 c.restore();
/frameworks/base/tests/backup/
H A Dtest_restore.sh68 # pick the most recent set and restore from it
71 # run the restore
73 a shell bmgr restore "$restore_set"
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java207 canvas.restore();
219 canvas.restore();
222 canvas.restore();
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DPointCloud.java226 canvas.restore();
232 canvas.restore();
H A DTargetDrawable.java250 canvas.restore();
/frameworks/base/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
655 int restore = 0; local
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java137 canvas.restore();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardGlowStripView.java103 canvas.restore();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DIntruderAlertView.java143 c.restore();
H A DKeyButtonView.java117 canvas.restore();
H A DNotificationRowLayout.java229 * to false during some animations to smooth out performance. Callers should restore the
275 c.restore();
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java548 public void restore(int blockIndex) throws IOException { method in class:MifareClassic
/frameworks/base/core/jni/android/graphics/
H A DCamera.cpp24 v->restore();
104 { "restore", "()V", (void*)Camera_restore },
H A DNinePatch.cpp107 canvas->restore();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java219 canvas.restore();

Completed in 241 milliseconds

1234