Searched refs:TRIM_MEMORY_UI_HIDDEN (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/content/
H A DComponentCallbacks2.java51 * <li>{@link #TRIM_MEMORY_UI_HIDDEN} <br>Your app's UI is no longer visible, so this is a good
113 static final int TRIM_MEMORY_UI_HIDDEN = 20; field in interface:ComponentCallbacks2
160 * {@link #TRIM_MEMORY_BACKGROUND}, {@link #TRIM_MEMORY_UI_HIDDEN},
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java375 ComponentCallbacks2.TRIM_MEMORY_UI_HIDDEN);
H A DPhoneStatusBar.java2735 WindowManagerGlobal.getInstance().trimMemory(ComponentCallbacks2.TRIM_MEMORY_UI_HIDDEN);
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp48 #define TRIM_MEMORY_UI_HIDDEN 20 macro
677 } else if (level >= TRIM_MEMORY_UI_HIDDEN) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java406 case ComponentCallbacks2.TRIM_MEMORY_UI_HIDDEN:
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java2501 level = ComponentCallbacks2.TRIM_MEMORY_UI_HIDDEN;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4076 (level < ComponentCallbacks2.TRIM_MEMORY_UI_HIDDEN ||
20811 final int level = ComponentCallbacks2.TRIM_MEMORY_UI_HIDDEN;
20848 if (app.trimMemoryLevel < ComponentCallbacks2.TRIM_MEMORY_UI_HIDDEN
20853 + " to " + ComponentCallbacks2.TRIM_MEMORY_UI_HIDDEN);
20855 ComponentCallbacks2.TRIM_MEMORY_UI_HIDDEN);

Completed in 287 milliseconds