Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp193 unsigned heavy = atoi(value); in initDecoder() local
194 ALOGV("AAC decoder using desried DRC heavy compression switch of %d instead of %d", heavy, in initDecoder()
196 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/services/core/java/com/android/server/am/
DActivityStarter.java761 final ProcessRecord heavy = mService.mHeavyWeightProcess; in startActivityMayWait() local
762 if (heavy != null && (heavy.info.uid != aInfo.applicationInfo.uid in startActivityMayWait()
763 || !heavy.processName.equals(aInfo.processName))) { in startActivityMayWait()
791 if (heavy.activities.size() > 0) { in startActivityMayWait()
792 ActivityRecord hist = heavy.activities.get(0); in startActivityMayWait()
/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/performance/battery/network/
Daction-any-traffic.jd48 language-flexibility, they are bandwidth-heavy formats, with
/frameworks/base/docs/html-intl/intl/zh-cn/design/get-started/
Dprinciples.jd279 <h4 id="do-heavy-lifting-for-me">为我处理繁重事务</h4>
/frameworks/base/docs/html-intl/intl/zh-tw/design/get-started/
Dprinciples.jd279 <h4 id="do-heavy-lifting-for-me">為使用者處理繁重的工作</h4>
/frameworks/base/docs/html-intl/intl/ja/design/get-started/
Dprinciples.jd279 <h4 id="do-heavy-lifting-for-me">手間のかかる作業は不要</h4>
/frameworks/base/docs/html-intl/intl/ko/design/get-started/
Dprinciples.jd279 <h4 id="do-heavy-lifting-for-me">힘든 건 대신해주기</h4>
/frameworks/base/docs/html-intl/intl/ru/design/get-started/
Dprinciples.jd279 <h4 id="do-heavy-lifting-for-me">Выполняйте за пользователя черную работу</h4>
/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/core/java/android/app/
DNotification.java1666 public void cloneInto(Notification that, boolean heavy) { in cloneInto() argument
1680 if (heavy && this.tickerView != null) { in cloneInto()
1683 if (heavy && this.contentView != null) { in cloneInto()
1686 if (heavy && this.mLargeIcon != null) { in cloneInto()
1740 if (heavy && this.bigContentView != null) { in cloneInto()
1744 if (heavy && this.headsUpContentView != null) { in cloneInto()
1752 this.publicVersion.cloneInto(that.publicVersion, heavy); in cloneInto()
1757 if (!heavy) { in cloneInto()
/frameworks/base/docs/html/training/wearables/apps/
Dcreating.jd28 useful for doing heavy processing, network actions, or other work and
162 the heavy lifting, such as network communications, intensive processing, or tasks that require
/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/distribute/essentials/quality/
Dbillions.jd310 consider reducing or eliminating heavy loads, such as animations and
323 eliminating heavy loads, such as animations or transitions. For more
560 they demand heavy data requirements. If your app uses a considerable amount
642 understand the battery-heavy tasks in your app. It is a good practice to
698 operations or any heavy-duty operations in a background thread—keep the UI
/frameworks/base/docs/html-intl/intl/in/design/get-started/
Dprinciples.jd279 <h4 id="do-heavy-lifting-for-me">Lakukan pekerjaan yang sulit untuk saya</h4>
/frameworks/base/docs/html-intl/intl/pt-br/design/get-started/
Dprinciples.jd279 <h4 id="do-heavy-lifting-for-me">Faça o trabalho pesado por mim</h4>
/frameworks/base/docs/html-intl/intl/es/design/get-started/
Dprinciples.jd279 <h4 id="do-heavy-lifting-for-me">Haz el trabajo pesado por mí</h4>
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3751 StatusBarNotification heavy; field in NotificationManagerService.TrimCache
3756 heavy = sbn; in TrimCache()
3762 sbnCloneLight = heavy.cloneLight(); in ForListener()
3767 sbnClone = heavy.clone(); in ForListener()
/frameworks/base/docs/html-intl/intl/vi/design/get-started/
Dprinciples.jd279 <h4 id="do-heavy-lifting-for-me">Làm giúp tôi những chuyện nặng nhọc</h4>
/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

12