Searched refs:preserve (Results 1 – 25 of 29) sorted by relevance
12
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | MffContext.java | 223 public void setPreserveFramesOnPause(boolean preserve) { in setPreserveFramesOnPause() argument 224 mPreserveFramesOnPause = preserve; in setPreserveFramesOnPause()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.h | 52 bool setPreserveBuffer(EGLSurface surface, bool preserve);
|
D | EglManager.cpp | 314 bool EglManager::setPreserveBuffer(EGLSurface surface, bool preserve) { in setPreserveBuffer() argument 320 preserve ? EGL_BUFFER_PRESERVED : EGL_BUFFER_DESTROYED); in setPreserveBuffer()
|
/frameworks/base/docs/html/training/notify-user/ |
D | build-notification.jd | 96 android.app.Activity} from a notification, you must preserve the user's expected
|
/frameworks/base/tools/layoutlib/create/.settings/ |
D | org.eclipse.jdt.core.prefs | 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
/frameworks/base/tools/layoutlib/bridge/.settings/ |
D | org.eclipse.jdt.core.prefs | 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
/frameworks/base/docs/html/training/material/ |
D | compatibility.jd | 154 <p>To preserve compatibility with earlier versions of Android, check the system {@link
|
/frameworks/base/docs/html/ndk/samples/ |
D | sample_teapot.jd | 132 Android lifecycle events. The {@code ndk_helper} class enables the application to preserve context
|
/frameworks/base/docs/html/tools/performance/hierarchy-viewer/ |
D | index.jd | 216 <li>You can adjust the sizes of the panes and ADM will preserve your
|
/frameworks/base/docs/html/guide/topics/data/ |
D | install-location.jd | 194 users can preserve space on their internal storage.</p>
|
D | data-storage.jd | 423 To preserve file space and maintain your app's performance,
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 135 DelegateMethodAdapter since it doesn't preserve the original copy of the method and more importantly
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | always-on.jd | 206 <p>In order to preserve battery power, most wear apps should not frequently update the screen while
|
/frameworks/base/docs/html/design/wear/ |
D | structure.jd | 226 <p>You should only update the display once per minute, to preserve battery life of the wearable
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | runtime-changes.jd | 82 your activity to preserve stateful objects.</p>
|
/frameworks/base/docs/html/guide/practices/ |
D | compatibility.jd | 229 are now inexact by default so the system can batch app alarms and preserve system power,
|
/frameworks/base/docs/html/tools/building/ |
D | multidex.jd | 361 you preserve the ability to perform normal builds with the release-appropriate minimum SDK level
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 401 When you start an {@link android.app.Activity} from a notification, you must preserve the 404 the {@link android.app.Activity} as a separate task. To preserve the navigation experience, you
|
/frameworks/base/docs/html/guide/topics/location/ |
D | strategies.jd | 355 location, in order to get a good reading and help preserve battery life.</p>
|
/frameworks/base/docs/html/guide/components/ |
D | fragments.jd | 89 to modify the activity's appearance at runtime and preserve those changes in a back stack 429 <p>For example, here's how you can replace one fragment with another, and preserve the previous
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-ui.jd | 82 To preserve security, Hierarchy Viewer can only connect to devices running a
|
/frameworks/base/docs/html/preview/ |
D | download.jd | 292 <li>Backup any data you want to preserve from the device.</li>
|
D | download_mp2.jd | 288 <li>Backup any data you want to preserve from the device.</li>
|
D | download_mp1.jd | 281 <li>Backup any data you want to preserve from the device.</li>
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | core.jd | 399 Orientations expose largely the same features and actions and preserve
|
12