Searched defs:trim (Results 1 - 7 of 7) sorted by relevance

/frameworks/volley/src/com/android/volley/toolbox/
H A DByteArrayPool.java121 trim();
127 private synchronized void trim() { method in class:ByteArrayPool
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp138 void AString::trim() { function in class:android::AString
/frameworks/base/libs/hwui/
H A DPathCache.cpp250 void PathCache::trim() { function in class:android::uirenderer::PathCache
295 // we'll trim the cache later when addToCache is set to false
H A DTessellationCache.cpp187 * certain Allocators are destroyed before trim() is called to flush incomplete tasks.
350 void TessellationCache::trim() { function in class:android::uirenderer::TessellationCache
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java86 * The full trim of the StatusBarNotification including all its features.
94 * A light trim of the StatusBarNotification excluding the following features:
346 * Sets the notification trim that will be received via {@link #onNotificationPosted}.
349 * Setting a trim other than {@link #TRIM_FULL} enables listeners that don't need access to the
358 * @param trim trim of the notifications to be passed via {@link #onNotificationPosted}.
362 public final void setOnNotificationPostedTrim(int trim) { argument
365 getNotificationInterface().setOnNotificationPostedTrimFromListener(mWrapper, trim);
387 * @param trim trim o
391 getActiveNotifications(int trim) argument
421 getActiveNotifications(String[] keys, int trim) argument
[all...]
/frameworks/rs/api/
H A Dgen_runtime.cpp469 void trim(string* s, size_t start) { function in namespace:__anon1461
913 trim(&s, 0);
923 trim(&s, 0);
936 trim(&s, 5);
951 trim(&s, 4);
957 trim(&s, 4);
963 trim(&s, 5);
1003 trim(&s, 8);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1388 INotificationListener token, String[] keys, int trim) {
1403 (trim == TRIM_FULL) ? sbn : sbn.cloneLight();
1461 public void setOnNotificationPostedTrimFromListener(INotificationListener token, int trim)
1466 mListeners.setOnNotificationPostedTrimLocked(info, trim);
2987 public void setOnNotificationPostedTrimLocked(ManagedServiceInfo info, int trim) { argument
2988 if (trim == TRIM_LIGHT) {
3033 final int trim = mListeners.getOnNotificationPostedTrim(info);
3035 if (trim == TRIM_LIGHT && sbnCloneLight == null) {
3037 } else if (trim == TRIM_FULL && sbnClone == null) {
3041 (trim
[all...]

Completed in 126 milliseconds