Home
last modified time | relevance | path

Searched refs:significant (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/wilhelm/src/itf/
DIPlay.c313 bool significant = false; in IPlay_SetMarkerPosition() local
318 significant = true; in IPlay_SetMarkerPosition()
321 if (significant) { in IPlay_SetMarkerPosition()
338 bool significant = false; in IPlay_ClearMarkerPosition() local
344 significant = true; in IPlay_ClearMarkerPosition()
347 if (significant) { in IPlay_ClearMarkerPosition()
389 bool significant = false; in IPlay_SetPositionUpdatePeriod() local
407 significant = true; in IPlay_SetPositionUpdatePeriod()
410 if (significant) { in IPlay_SetPositionUpdatePeriod()
DIRecord.c187 bool significant = false; in IRecord_SetMarkerPosition() local
192 significant = true; in IRecord_SetMarkerPosition()
195 if (significant) { in IRecord_SetMarkerPosition()
212 bool significant = false; in IRecord_ClearMarkerPosition() local
218 significant = true; in IRecord_ClearMarkerPosition()
221 if (significant) { in IRecord_ClearMarkerPosition()
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd32 <p>Using the wireless radio to transfer data is potentially one of your app's most significant sour…
38 <p>A fully active wireless radio consumes significant power, so it transitions between different en…
46 <p>While the low and idle states drain significantly less battery, they also introduce significant
96 …r should the user stop listening after the first song, you've wasted a significant amount of bandw…
104 … that, but the constant switching between energy states will result in significant latency when sw…
108 …e background on a predetermined schedule. This approach risks spending significant bandwidth and b…
116 … the user, will keep the radio powered on indefinitely, resulting in a significant battery cost fo…
Dconnectivity_patterns.jd34 … that indicate when a Wi-Fi connection has been established to execute significant downloads, pree…
/frameworks/base/docs/html/guide/topics/renderscript/
Dindex.jd26 acceleration when you have large buffers of data on which you need to do significant
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_motion.jd15 <li><a href="#sensors-motion-significant">Using the Significant Motion Sensor</a></li>
534 <h2 id="sensors-motion-significant">Using the Significant Motion Sensor</h2>
536 <p>The significant motion sensor triggers an event each time significant motion is detected and
537 then it disables itself. A significant motion is a motion that might lead to a change in the
539 how to get an instance of the default significant motion sensor and how to register an event
/frameworks/base/docs/html/training/monitoring-device-state/
Dconnectivity-monitoring.jd67 rate should be lower when on mobile connections. Similarly, downloads of significant size should be
Dbattery-monitoring.jd134 significant changes in battery level&mdash;specifically when the device enters or exits a low
/frameworks/base/docs/html/training/articles/
Dmemory.jd404 can improve code flexibility and maintenance. However, abstractions come at a significant cost:
407 significant benefit, you should avoid them.</p>
417 increased RAM use, significant APK size increase, slower execution, and quickly hitting the DEX
433 a lot of process initialization by scanning your code for annotations, which can require significant
443 should assume you are taking on a significant porting and maintenance burden to optimize the
514 useful to apps that may run significant work in the background as well as the foreground and can
571 <p>This memory footprint for an empty process is fairly significant and it can quickly
Dperf-anr.jd26 but still feels sluggish, hang or freeze for significant periods, or take too
/frameworks/base/docs/html/design/tv/
Dstyle.jd68 should review them when used to fill significant areas of the screen. You
/frameworks/base/docs/html/training/wearables/watch-faces/
Dissues.jd71 <p>When users receive a notification, the notification card may cover a significant portion of the
Dperformance.jd149 <p>Animations are often computationally expensive and consume a significant amount of power. Most
/frameworks/base/docs/html/training/graphics/opengl/
Ddraw.jd74 <p>Drawing a defined shape using OpenGL ES 2.0 requires a significant amount of code, because you
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd123 the significant version number used internally.
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dservices.jd57 (API Level 4) and received significant improvements with Android 4.0 (API Level 14). The Android
251 4.0, the information available in an accessibility event, while providing a significant amount of
/frameworks/base/docs/html/distribute/stories/
Dlocalization.jd92 significant usage in countries where their apps had not been as popular
/frameworks/base/docs/html/preview/backup/
Dindex.jd20 Users often invest significant time and effort creating data and setting preferences within
/frameworks/base/docs/html/about/versions/
Dandroid-2.1.jd65 <p>Android {@sdkPlatformVersion} does not add significant user features, see the <a
/frameworks/base/docs/html/design/patterns/
Dnavigation.jd15 introduced significant changes to the global navigation behavior. Thoughtfully following the
/frameworks/base/docs/html/training/printing/
Dcustom-docs.jd121 you expect the execution of these methods in your implementation to take a significant amount of
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd50 restoring significant amounts of data can be costly and create a poor user experience. In such a
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd41 …<li>ContentProvider Cursors have had significant changes to make them easier to create and remove …
204 …<li>Due to significant API changes in the upstream open-source project and due to the timeline of …
/frameworks/base/docs/html/training/scheduling/
Dalarms.jd79 operations. A poorly designed alarm can cause battery drain and put a significant load on
/frameworks/base/docs/html/tools/building/
Dmultidex.jd70 Both these error conditions display a common number: 65,536. This number is significant in that

12