/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | RecyclerViewBasicTest.java | 163 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()
|
D | StaggeredGridLayoutManagerTest.java | 893 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 …]
|
D | LinearLayoutManagerTest.java | 754 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/ |
D | README | 7 '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/ |
D | DESIGN.txt | 58 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/ |
D | StatefulBaseRenderer.h | 132 virtual void onSnapshotRestored(const Snapshot& removed, const Snapshot& restored) {}; in onSnapshotRestored() argument
|
D | OpenGLRenderer.h | 517 void onSnapshotRestored(const Snapshot& removed, const Snapshot& restored);
|
D | OpenGLRenderer.cpp | 575 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/ |
D | DocumentsActivity.java | 211 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/ |
D | connectivity-monitoring.jd | 88 should there be none, suspend further updates until connectivity is restored.</p>
|
/frameworks/base/docs/html/guide/topics/data/ |
D | backup.jd | 71 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/ |
D | tasks-and-back-stack.jd | 93 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.
|
D | activities.jd | 655 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/ |
D | recreating.jd | 55 recreated, the state of the layout is restored to its previous state with no
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | fragment-ui.jd | 120 // However, if we're being restored from a previous state,
|
/frameworks/base/docs/html/training/articles/ |
D | security-gms-provider.jd | 271 // before the instance state is restored throws an error. So instead,
|
/frameworks/base/docs/html/google/gcm/ |
D | gcm.jd | 212 the app is restored, which would put the app in an invalid state
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1-highlights.jd | 256 apps. The proxy and IP configuration is now backed up and restored across system
|
D | android-3.2.jd | 338 has returned, but before any saved state has been restored in to the View.</li>
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_subscriptions.jd | 300 <p>Your app can store the restored purchase state and other transaction details
|
D | api.jd | 76 and usually need to be restored whenever a user reinstalls your application,
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | application-element.jd | 210 settings have been restored during a full-system restore operation.
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 3798 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/ |
D | activity_test.jd | 712 …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/ |
D | device-admin.jd | 245 (that is, restored to factory settings).</li>
|