Searched defs:heavy (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp38 #define DRC_DEFAULT_MOBILE_DRC_HEAVY 1 /* switch for heavy compression for mobile conf */
194 unsigned heavy = atoi(value); local
195 ALOGV("AAC decoder using desried DRC heavy compression switch of %d instead of %d", heavy,
197 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, heavy);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java390 // We don't want to store the heavy bits of the notification in the archive,
5332 StatusBarNotification heavy; field in class:NotificationManagerService.TrimCache
5337 heavy = sbn;
5343 sbnCloneLight = heavy.cloneLight();
5348 sbnClone = heavy.clone();
/frameworks/base/core/java/android/app/
H A DNotification.java1980 * Copy all (or if heavy is false, all except Bitmaps and RemoteViews) members
1984 public void cloneInto(Notification that, boolean heavy) { argument
1999 if (heavy && this.tickerView != null) {
2002 if (heavy && this.contentView != null) {
2005 if (heavy && this.mLargeIcon != null) {
2061 if (heavy && this.bigContentView != null) {
2065 if (heavy && this.headsUpContentView != null) {
2073 this.publicVersion.cloneInto(that.publicVersion, heavy);
2085 if (!heavy) {
3761 n.cloneInto(mN.publicVersion, /*heavy
[all...]

Completed in 352 milliseconds