Searched refs:heavy (Results 1 – 17 of 17) sorted by relevance
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 184 unsigned heavy = atoi(value); in initDecoder() local 185 ALOGV("AAC decoder using desried DRC heavy compression switch of %d instead of %d", heavy, in initDecoder() 187 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, heavy); in initDecoder()
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | index.jd | 64 data-heavy content in each list item, the scroll performance of the list might suffer. This
|
D | smooth-scrolling.jd | 33 thread (the UI thread) free from heavy processing. Ensure you do any disk access, network access, or
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 1436 public void cloneInto(Notification that, boolean heavy) { in cloneInto() argument 1449 if (heavy && this.tickerView != null) { in cloneInto() 1452 if (heavy && this.contentView != null) { in cloneInto() 1455 if (heavy && this.largeIcon != null) { in cloneInto() 1505 if (heavy && this.bigContentView != null) { in cloneInto() 1509 if (heavy && this.headsUpContentView != null) { in cloneInto() 1517 this.publicVersion.cloneInto(that.publicVersion, heavy); in cloneInto() 1522 if (!heavy) { in cloneInto()
|
/frameworks/base/docs/html/design/building-blocks/ |
D | buttons.jd | 78 Use buttons with backgrounds sparingly. Because they have a heavy appearance,
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 73 locked and that no heavy-weight services / daemons are running in the
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.2-highlights.jd | 173 which enables faster loading of JavaScript-heavy pages.</p> 174 <p><span class="green">Dalvik Performance Boost:</span> 2x-5x performance speedup for CPU-heavy code
|
/frameworks/base/docs/html/design/get-started/ |
D | principles.jd | 279 <h4 id="do-heavy-lifting-for-me">Do the heavy lifting for me</h4>
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | creating.jd | 32 useful for doing heavy processing, network actions, or other work and 147 services, custom layouts, and much more in. On the handheld app, you do most of the heavy lifting,
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | pausing.jd | 101 transition to the next activity (you should instead perform heavy-load shutdown operations during
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_position.jd | 270 and the geomagnetic field sensor. Because of the heavy processing that is involved, the accuracy and
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 396 <p>A few bytes here and there quickly add up—app designs that are class- or object-heavy will suffer 613 independently of a heavy-weight UI process, it can't have dependencies on content providers or
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 276 and never perform lengthy computations when responding to them. If any heavy
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth.jd | 402 a heavy procedure for the Bluetooth
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 606 where they view today's calendar (as indicated by the heavy
|
/frameworks/base/api/ |
D | system-current.txt | 15975 …field public static final java.lang.String KEY_AAC_DRC_HEAVY_COMPRESSION = "aac-drc-heavy-compress…
|
D | current.txt | 14951 …field public static final java.lang.String KEY_AAC_DRC_HEAVY_COMPRESSION = "aac-drc-heavy-compress…
|