Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 25 of 101) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFakeShadowDrawable.java189 int saved = canvas.save(); in drawShadow() local
197 canvas.restoreToCount(saved); in drawShadow()
199 saved = canvas.save(); in drawShadow()
208 canvas.restoreToCount(saved); in drawShadow()
210 saved = canvas.save(); in drawShadow()
218 canvas.restoreToCount(saved); in drawShadow()
220 saved = canvas.save(); in drawShadow()
228 canvas.restoreToCount(saved); in drawShadow()
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
DRoundRectDrawableWithShadow.java224 int saved = canvas.save(); in drawShadow() local
232 canvas.restoreToCount(saved); in drawShadow()
234 saved = canvas.save(); in drawShadow()
243 canvas.restoreToCount(saved); in drawShadow()
245 saved = canvas.save(); in drawShadow()
253 canvas.restoreToCount(saved); in drawShadow()
255 saved = canvas.save(); in drawShadow()
263 canvas.restoreToCount(saved); in drawShadow()
DCardViewEclairMr1.java46 int saved = canvas.save(); in initStatic()
58 canvas.restoreToCount(saved); in initStatic()
/frameworks/base/telephony/java/android/telephony/
DJapanesePhoneNumberFormatter.java170 CharSequence saved = text.subSequence(0, length); in format() local
190 text.replace(0, length, saved); in format()
196 text.replace(0, length, saved); in format()
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Drecreating.jd43 saved data that describes the state of the activity when it was destroyed. The saved data that the
68 and passes it the {@link android.os.Bundle} object that will be saved in the
123 <p>When your activity is recreated after it was previously destroyed, you can recover your saved
145 // Restore value of members from saved state
159 android.app.Activity#onRestoreInstanceState onRestoreInstanceState()} only if there is a saved
167 // Restore state members from saved instance
Dpausing.jd46 any information that should be permanently saved in case the user continues to leave your app. If
71 <li>Commit unsaved changes, but only if users expect such changes to be permanently saved when
98 is when you're certain users expect the changes to be auto-saved (such as when drafting an email).
/frameworks/base/docs/html/training/design-navigation/
Dscreen-planning.jd49 <li>List of all saved items</li>
50 <li>List of saved photos</li>
51 <li>List of saved stories</li>
73 <li>Buttons leading to different sections (e.g., stories, photos, saved items)</li>
/frameworks/base/docs/downloads/
DREADME7 Once saved here, the files must be uploaded to a separate
/frameworks/base/docs/html/tools/help/
Dtraceview.jd6 <p>Traceview is a graphical viewer for execution logs saved by your application.
Ddraw9patch.jd34 <p>Your image will be saved with the <code>.9.png</code> file name.</p>
40 A previously saved 9-patch file (<code>*.9.png</code>) will be loaded as-is,
Dbmgr.jd73 saved state from the user's previous device) and is an operation that only the system can
104 or saved state information. You can wipe an application's data with the <code>bmgr wipe</code>
136 data will be saved from the device, and no restore operations will be possible, unless the Backup
169 switching back and forth between them will not corrupt the saved state.
Dlint.jd93 <td>The report is saved in the output file specified in the argument. The HTML output includes code…
105 <td>The report is saved in the output file specified in the argument.</td>
111 <td>The report is saved in the output file specified in the argument.</td>
/frameworks/base/docs/html/guide/topics/resources/
Davailable-resources.jd24 Tween animations are saved in {@code res/anim/} and accessed from the {@code R.anim} class.<br/>
25 Frame animations are saved in {@code res/drawable/} and accessed from the {@code R.drawable} class.…
Dstyle-resource.jd97 <dt>XML file for the style (saved in <code>res/values/</code>):</dt>
111 (saved in <code>res/layout/</code>):</dt>
Dmore-resources.jd85 <dd>XML file saved at <code>res/values-small/bools.xml</code>:
182 <dd>XML file saved at <code>res/values/colors.xml</code>:
297 <dd>XML file saved at <code>res/values/dimens.xml</code>:
394 <p>XML file saved at <code>res/values/ids.xml</code>:</p>
499 <p>XML file saved at <code>res/values/integers.xml</code>:</p>
586 <dd>XML file saved at <code>res/values/integers.xml</code>:
680 <dd>XML file saved at <code>res/values/arrays.xml</code>:
769 <dt>XML file saved at <code>res/</code>:</dt>
Doverview.jd57 layout is saved in the {@code res/layout/} directory, you might specify a different layout to
93 directories by name. Files saved in the {@code assets/} directory will not be given a resource
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd62 <li>Files saved here are accessible by only your app by default.</li>
76 files saved here may be read outside of your control.</li>
322 that the files are treated properly by the system. For instance, files saved in {@link
363 <p>If the file is saved on internal storage, you can also ask the {@link android.content.Context} t…
374 <li>All files you saved on internal storage</li>
375 <li>All files you saved on external storage using {@link
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionMenuPresenter.java527 SavedState saved = (SavedState) state; in onRestoreInstanceState() local
528 if (saved.openSubMenuId > 0) { in onRestoreInstanceState()
529 MenuItem item = mMenu.findItem(saved.openSubMenuId); in onRestoreInstanceState()
/frameworks/base/core/java/android/widget/
DActionMenuPresenter.java528 SavedState saved = (SavedState) state; in onRestoreInstanceState() local
529 if (saved.openSubMenuId > 0) { in onRestoreInstanceState()
530 MenuItem item = mMenu.findItem(saved.openSubMenuId); in onRestoreInstanceState()
/frameworks/base/docs/html/design/patterns/
Dconfirming-acknowledging.jd42 <h4>Example: Abandoned Gmail draft saved</h4>
44 …something possibly unexpected happens: the current draft is automatically saved. An acknowledgment…
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd151 <p>You can save files directly on the device's internal storage. By default, files saved
217 <dd>Gets the absolute path to the filesystem directory where your internal files are saved.</dd>
221 <dd>Deletes a file saved on the internal storage.</dd>
223 <dd>Returns an array of files currently saved by your application.</dd>
233 (non-removable) storage. Files saved to the external storage are world-readable and can
315 <p>Generally, new files that the user may acquire through your app should be saved to a "public"
379 files should be <a href="#SavingSharedFiles">saved in the public directories</a>.</p>
Dinstall-location.jd69 <li>The {@code .apk} file is saved on the external storage, but all private user data,
70 databases, optimized {@code .dex} files, and extracted native code are saved on the
189 the user restarts the game (assuming that the game properly saved its state during the normal
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dtoasts.jd24 "Draft saved" toast to let you know that you can continue editing later.
85 with the following XML (saved as <em>toast_layout.xml</em>):</p>
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd162 <li>The {@code .apk} file is saved
163 to the external storage, but any application data (such as databases) is still saved on
165 <li>The container in which the {@code .apk} file is saved is encrypted with a key that allows
/frameworks/base/docs/html/training/basics/supporting-devices/
Dscreens.jd53 saved into the appropriate resources directory, named with a <code>-&lt;screen_size></code>
54 suffix. For example, a unique layout for large screens should be saved under

12345