Searched refs:precise (Results 1 – 25 of 32) sorted by relevance
12
/frameworks/base/media/java/android/media/ |
D | MediaTimeProvider.java | 64 public long getCurrentTimeUs(boolean precise, boolean monotonic) in getCurrentTimeUs() argument
|
/frameworks/base/docs/html/training/scheduling/ |
D | alarms.jd | 117 <li>Don't make your alarm's trigger time any more precise than it has to be. 135 <p>Repeating alarms that are based on a precise trigger time don't scale well. 269 // setRepeating() lets you specify a precise custom interval--in this case, 274 <h3>Decide how precise your alarm needs to be</h3> 277 A further distinction is how precise you need your alarm to be. For most apps,
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-tracing.jd | 97 This option is very precise because 100 precise because you do not modify code, but rather specify when to start and stop logging with 103 not need precise log timing.
|
D | debugging-memory.jd | 649 <p>If you need to be more precise about when the dump is created, you can also create a heap dump
|
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/activity-lifecycle/ |
D | recreating.jd | 48 a atividade de primeiro plano porque a configuração da tela mudou e a atividade talvez precise 77 outros dados de estado que gostaria de salvar caso a instância {@link android.app.Activity} precise…
|
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/data-storage/ |
D | shared-preferences.jd | 75 <p>Em alternativa, caso precise apenas de um arquivo de preferência compartilhada para sua atividad…
|
D | files.jd | 175 <p>Em alternativa, caso precise colocar arquivos em cache, use {@link
|
/frameworks/base/docs/html/training/gestures/ |
D | movement.jd | 53 <p>Because finger-based touch isn't always the most precise form of interaction,
|
/frameworks/base/docs/html/design/wear/ |
D | principles.jd | 42 …e. If you have to slow down while walking or stop the conversation to be precise, you should consi…
|
/frameworks/base/docs/html/training/location/ |
D | receive-location-updates.jd | 91 precise a location as possible from the available location providers. Request 162 - Use this setting to request the most precise location possible. With
|
D | display-address.jd | 77 <p>In order for the fused location provider to retrieve a precise street
|
/frameworks/base/docs/html/preview/testing/ |
D | performance.jd | 636 applying the fix. If your automated test framework preserves precise timing breakdowns 641 precise timing information about every stage of the rendering pipeline, every thread and
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.2.jd | 76 manifest attributes that give you more precise control over how your 215 selects the configuration that is the closest match. For precise control over
|
D | android-4.0-highlights.jd | 383 precise images. <strong>Stabilized image zoom</strong> lets users compose photos 916 logically related, for precise control over application UI. GridLayout is also 960 interactions to their apps, such as precise drawing and gesturing, handwriting
|
D | android-3.1-highlights.jd | 331 for more efficient and precise handling of events.</p>
|
D | android-2.3.jd | 135 quickly and smoothly to precise changes in device position and motion. The
|
/frameworks/base/docs/html/training/tv/start/ |
D | layouts.jd | 30 other Android device displays, this type of screen does not provide the same level of precise
|
/frameworks/base/docs/html-intl/intl/pt-br/preview/features/ |
D | runtime-permissions.jd | 253 No entanto, caso não precise de tal controle, é possível apenas usar uma intenção {@link 262 De forma semelhante, caso precise realizar uma ligação,
|
/frameworks/base/docs/html/training/printing/ |
D | custom-docs.jd | 32 precise control of everything that goes into a page, including fonts, text flow, page breaks,
|
/frameworks/rs/driver/runtime/ll32/ |
D | allocation.ll | 1111 attributes #0 = { nounwind readonly "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no… 1112 attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-po…
|
/frameworks/rs/driver/runtime/ll64/ |
D | allocation.ll | 1144 attributes #0 = { nounwind readonly "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no… 1145 attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-po…
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 44 <p>Creating your own View subclasses gives you precise control over the appearance and function
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 109 The precise terms and conditions for copying, distribution and
|
/frameworks/base/docs/html/ndk/reference/ |
D | group___input.jd | 2944 …umbers are pixels; the value may have a fraction for input devices that are sub-pixel precise. </p> 2977 …umbers are pixels; the value may have a fraction for input devices that are sub-pixel precise. </p> 3175 …umbers are pixels; the value may have a fraction for input devices that are sub-pixel precise. </p> 3208 …umbers are pixels; the value may have a fraction for input devices that are sub-pixel precise. </p> 3583 …umbers are pixels; the value may have a fraction for input devices that are sub-pixel precise. </p> 3644 …umbers are pixels; the value may have a fraction for input devices that are sub-pixel precise. </p>
|
/frameworks/base/docs/html/guide/practices/ |
D | screens_support.jd | 15 <li>You should create screen-specific resources for precise control of your UI. </li> 829 you are in control of the precise size at which your layout changes.</p>
|
12