Home
last modified time | relevance | path

Searched refs:heavy (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp184 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/
Dindex.jd64 data-heavy content in each list item, the scroll performance of the list might suffer. This
Dsmooth-scrolling.jd33 thread (the UI thread) free from heavy processing. Ensure you do any disk access, network access, or
/frameworks/base/core/java/android/app/
DNotification.java1436 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/
Dbuttons.jd78 Use buttons with backgrounds sparingly. Because they have a heavy appearance,
/frameworks/native/cmds/flatland/
DREADME.txt73 locked and that no heavy-weight services / daemons are running in the
/frameworks/base/docs/html/about/versions/
Dandroid-2.2-highlights.jd173 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/
Dprinciples.jd279 <h4 id="do-heavy-lifting-for-me">Do the heavy lifting for me</h4>
/frameworks/base/docs/html/training/wearables/apps/
Dcreating.jd32 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/
Dpausing.jd101 transition to the next activity (you should instead perform heavy-load shutdown operations during
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_position.jd270 and the geomagnetic field sensor. Because of the heavy processing that is involved, the accuracy and
/frameworks/base/docs/html/training/articles/
Dmemory.jd396 <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/
Dmediaplayer.jd276 and never perform lengthy computations when responding to them. If any heavy
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd402 a heavy procedure for the Bluetooth
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd606 where they view today's calendar (as indicated by the heavy
/frameworks/base/api/
Dsystem-current.txt15975 …field public static final java.lang.String KEY_AAC_DRC_HEAVY_COMPRESSION = "aac-drc-heavy-compress…
Dcurrent.txt14951 …field public static final java.lang.String KEY_AAC_DRC_HEAVY_COMPRESSION = "aac-drc-heavy-compress…