Home
last modified time | relevance | path

Searched refs:restored (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewBasicTest.java163 RecyclerView restored = new RecyclerView(mContext); in testSavedStateWithStatelessLayoutManager() local
164 restored.setLayoutManager(new MockLayoutManager()); in testSavedStateWithStatelessLayoutManager()
168 restored.onRestoreInstanceState(savedState); in testSavedStateWithStatelessLayoutManager()
193 RecyclerView restored = new RecyclerView(mContext); in testSavedState() local
195 restored.setLayoutManager(mlmRestored); in testSavedState()
196 restored.setAdapter(new MockAdapter(3)); in testSavedState()
197 restored.onRestoreInstanceState(savedState); in testSavedState()
DStaggeredGridLayoutManagerTest.java893 RecyclerView restored = new RecyclerView(getActivity()); in testSpanCountChangeOnRestoreSavedState() local
897 restored.setLayoutManager(mLayoutManager); in testSpanCountChangeOnRestoreSavedState()
899 restored.setAdapter(mAdapter); in testSpanCountChangeOnRestoreSavedState()
900 restored.onRestoreInstanceState(savedState); in testSpanCountChangeOnRestoreSavedState()
903 setRecyclerView(restored); in testSpanCountChangeOnRestoreSavedState()
1014 RecyclerView restored = new RecyclerView(getActivity()); in saveRestore()
1018 restored.setLayoutManager(mLayoutManager); in saveRestore()
1020 restored.setAdapter(mAdapter); in saveRestore()
1021 restored.onRestoreInstanceState(savedState); in saveRestore()
1024 setRecyclerView(restored); in saveRestore()
[all …]
DLinearLayoutManagerTest.java754 RecyclerView restored = new RecyclerView(getActivity()); in savedStateTest() local
759 restored.setLayoutManager(mLayoutManager); in savedStateTest()
761 restored.setAdapter(mTestAdapter); in savedStateTest()
762 restored.onRestoreInstanceState(savedState); in savedStateTest()
767 setRecyclerView(restored); in savedStateTest()
/frameworks/base/tests/LegacyRestoreTest/
DREADME7 'adb restore' decrypts and applies the restored archive successfully on a device
18 archives from various points in Android's history can be successfully restored.
/frameworks/native/opengl/libs/GLES_trace/
DDESIGN.txt58 gl hooks restored in the next eglSwap, and the other traced contexts get their gl hooks
59 restored when they perform a eglMakeCurrent.
/frameworks/base/libs/hwui/
DStatefulBaseRenderer.h132 virtual void onSnapshotRestored(const Snapshot& removed, const Snapshot& restored) {}; in onSnapshotRestored() argument
DOpenGLRenderer.h517 void onSnapshotRestored(const Snapshot& removed, const Snapshot& restored);
DOpenGLRenderer.cpp575 void OpenGLRenderer::onSnapshotRestored(const Snapshot& removed, const Snapshot& restored) { in onSnapshotRestored() argument
592 composeLayer(removed, restored); in onSnapshotRestored()
852 void OpenGLRenderer::composeLayer(const Snapshot& removed, const Snapshot& restored) { in composeLayer() argument
876 mRenderState.bindFramebuffer(restored.fbo); in composeLayer()
900 dirtyLayer(rect.left, rect.top, rect.right, rect.bottom, *restored.transform); in composeLayer()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDocumentsActivity.java211 if (!mState.restored) { in onCreate()
282 mState.restored = true; in onPostExecute()
336 mState.restored = true; in onPostExecute()
1211 public boolean restored = false; field in DocumentsActivity.State
1253 out.writeInt(restored ? 1 : 0); in writeToParcel()
1273 state.restored = in.readInt() != 0;
/frameworks/base/docs/html/training/monitoring-device-state/
Dconnectivity-monitoring.jd88 should there be none, suspend further updates until connectivity is restored.</p>
/frameworks/base/docs/html/guide/topics/data/
Dbackup.jd71 backup data associated with the user. The primary scenario in which backup data is restored is when
253 backed up and how each portion is then restored to the device. (This can also help you manage
491 onBackup()} is called after the device is restored.</dd>
555 // Finally, write to the state blob (newState) that describes the restored data
928 <p>If your backup agent is successful, all the data you initialized in step 4 is restored.</p>
/frameworks/base/docs/html/guide/components/
Dtasks-and-back-stack.jd93 previous activity resumes (the previous state of its UI is restored). Activities in the stack are
166 restored.</li>
396 starting, that task is brought to the foreground with its last state restored and the activity
505 the root activity. When the user returns to the task again, only the root activity is restored.
Dactivities.jd655 restored by the {@link android.app.Activity} class's default implementation of {@link
661 appropriate, such that any visible changes to the UI are automatically saved and restored when your
682 might correlate to values restored in the UI, but the members that hold those UI values are not
683 restored, by default).</p>
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Drecreating.jd55 recreated, the state of the layout is restored to its previous state with no
/frameworks/base/docs/html/training/basics/fragments/
Dfragment-ui.jd120 // However, if we're being restored from a previous state,
/frameworks/base/docs/html/training/articles/
Dsecurity-gms-provider.jd271 // before the instance state is restored throws an error. So instead,
/frameworks/base/docs/html/google/gcm/
Dgcm.jd212 the app is restored, which would put the app in an invalid state
/frameworks/base/docs/html/about/versions/
Dandroid-3.1-highlights.jd256 apps. The proxy and IP configuration is now backed up and restored across system
Dandroid-3.2.jd338 has returned, but before any saved state has been restored in to the View.</li>
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_subscriptions.jd300 <p>Your app can store the restored purchase state and other transaction details
Dapi.jd76 and usually need to be restored whenever a user reinstalls your application,
/frameworks/base/docs/html/guide/topics/manifest/
Dapplication-element.jd210 settings have been restored during a full-system restore operation.
/frameworks/base/core/java/android/widget/
DTextView.java3798 String restored = ""; in onRestoreInstanceState() local
3801 restored = "(restored) "; in onRestoreInstanceState()
3805 "/" + ss.selEnd + " out of range for " + restored + in onRestoreInstanceState()
/frameworks/base/docs/html/tools/testing/
Dactivity_test.jd712 …tivity re-appears. When the user returns to the spinner screen, the previous selection is restored.
715 …ation is restarted. When the user starts the application again, the previous selection is restored.
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd245 (that is, restored to factory settings).</li>

12