Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 25 of 176) sorted by relevance

12345678

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DColoredRectsActivity.java89 canvas.restore(); in onDraw()
98 canvas.restore(); in onDraw()
103 canvas.restore(); in onDraw()
109 canvas.restore(); in onDraw()
115 canvas.restore(); in onDraw()
121 canvas.restore(); in onDraw()
122 canvas.restore(); in onDraw()
DShapesActivity.java91 canvas.restore(); in onDraw()
102 canvas.restore(); in onDraw()
113 canvas.restore(); in onDraw()
124 canvas.restore(); in onDraw()
135 canvas.restore(); in onDraw()
146 canvas.restore(); in onDraw()
157 canvas.restore(); in onDraw()
DLines2Activity.java109 canvas.restore(); in onDraw()
118 canvas.restore(); in onDraw()
127 canvas.restore(); in onDraw()
137 canvas.restore(); in onDraw()
146 canvas.restore(); in onDraw()
155 canvas.restore(); in onDraw()
178 canvas.restore(); in onDraw()
201 canvas.restore(); in onDraw()
224 canvas.restore(); in onDraw()
247 canvas.restore(); in onDraw()
DXfermodeActivity.java77 canvas.restore(); in onDraw()
98 canvas.restore(); in onDraw()
124 canvas.restore(); in onDraw()
134 canvas.restore(); in drawRects()
DAlphaLayersActivity.java93 canvas.restore(); in dispatchDraw()
103 canvas.restore(); in dispatchDraw()
113 canvas.restore(); in dispatchDraw()
125 canvas.restore(); in dispatchDraw()
DScaledPathsActivity.java72 canvas.restore(); in onDraw()
81 canvas.restore(); in onDraw()
88 canvas.restore(); in drawPath()
DQuickRejectActivity.java61 canvas.restore(); in onDraw()
77 canvas.restore(); in onDraw()
86 canvas.restore(); in onDraw()
DScaledTextActivity.java114 canvas.restore(); in onDraw()
122 canvas.restore(); in onDraw()
130 canvas.restore(); in onDraw()
DLinesActivity.java148 canvas.restore(); in onDraw()
155 canvas.restore(); in onDraw()
163 canvas.restore(); in onDraw()
DMipMapActivity.java68 canvas.restore(); in onDraw()
74 canvas.restore(); in onDraw()
DClearActivity.java79 canvas.restore(); in onDraw()
85 canvas.restore(); in onDraw()
DColorFiltersActivity.java83 canvas.restore(); in onDraw()
94 canvas.restore(); in onDraw()
DTransform3dActivity.java83 canvas.restore(); in drawBitmap()
91 camera.restore(); in rotate()
DThinPatchesActivity.java87 canvas.restore(); in onDraw()
98 canvas.restore(); in onDraw()
DPathsCacheActivity.java112 canvas.restore(); in onDraw()
127 canvas.restore(); in onDraw()
/frameworks/base/libs/hwui/tests/unit/
DCanvasStateTests.cpp94 state.restore(); in TEST()
103 state.restore(); in TEST()
114 state.restore(); in TEST()
127 state.restore(); in TEST()
137 state.restore(); in TEST()
151 state.restore(); in TEST()
161 state.restore(); in TEST()
DRecordingCanvasTests.cpp52 canvas.restore(); in TEST()
63 canvas.restore(); in TEST()
79 canvas.restore(); in TEST()
253 canvas.restore(); in TEST()
261 canvas.restore(); in TEST()
263 canvas.restore(); in TEST()
313 canvas.restore(); in TEST()
362 canvas.restore(); in TEST()
396 canvas.restore(); in TEST()
397 canvas.restore(); in TEST()
[all …]
DLeakCheckTests.cpp37 canvas.restore(); in RENDERTHREAD_TEST()
57 canvas.restore(); in RENDERTHREAD_TEST()
/frameworks/base/libs/hwui/tests/microbench/
DDisplayListCanvasBench.cpp75 canvas.restore(); in BM_DisplayListCanvas_record_saverestore()
76 canvas.restore(); in BM_DisplayListCanvas_record_saverestore()
113 canvas.restore(); in BM_DisplayListCanvas_record_simpleBitmapView()
119 canvas.restore(); in BM_DisplayListCanvas_record_simpleBitmapView()
142 state.restore(); in BM_CanvasState_saverestore()
143 state.restore(); in BM_CanvasState_saverestore()
/frameworks/base/libs/hwui/tests/common/scenes/
DSaveLayerAnimation.cpp42 canvas.restore(); in createContent()
43 canvas.restore(); in createContent()
53 canvas.restore(); in createContent()
54 canvas.restore(); in createContent()
DClippingAnimation.cpp44 canvas.restore(); in createContent()
53 canvas.restore(); in createContent()
/frameworks/base/core/jni/
Dandroid_backup_FileBackupHelperBase.cpp83 RestoreHelperBase* restore = (RestoreHelperBase*)ptr; in writeFile_native() local
89 err = restore->WriteFile(String8(filename), reader); in writeFile_native()
101 RestoreHelperBase* restore = (RestoreHelperBase*)ptr; in writeSnapshot_native() local
104 err = restore->WriteSnapshot(fd); in writeSnapshot_native()
/frameworks/base/docs/html/guide/topics/data/
Dbackup.jd11 <li>If the user upgrades to a new Android-powered device, your app can restore the user's
26 <li><a href="#PerformingRestore">Performing restore</a></li>
57 application data to remote "cloud" storage, in order to provide a restore point for the
67 restore operation, the Backup Manager retrieves the backup data from the backup transport and
68 returns it to your application so your application can restore the data to the device. It's
69 possible for your application to request a restore, but that shouldn't be necessary&mdash;Android
70 automatically performs a restore operation when your application is installed and there exists
110 to restore your backup data when the application is re-installed. The Backup Manager handles all
134 onRestore()} to handle the backup and restore operations for your data.</p>
140 "helper" objects, which automatically backup and restore certain types of data, so that you do not
[all …]
/frameworks/base/tests/LegacyRestoreTest/
DREADME7 'adb restore' decrypts and applies the restored archive successfully on a device
8 running Android 4.3, but fails to restore correctly on a device running Android 4.4,
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Drecreating.jd44 system uses to restore the previous state is called the "instance state" and is a collection of
57 activity might have more state information that you'd like to restore, such as member variables that
60 <p class="note"><strong>Note:</strong> In order for the Android system to restore the state of
135 <p>For example, here's how you can restore some state data in {@link android.app.Activity#onCreate
160 state to restore, so you do not need to check whether the {@link android.os.Bundle} is null:</p>
164 // Always call the superclass so it can restore the view hierarchy
175 can restore the state of the view hierarchy.</p>

12345678