Searched defs:TRIM_MEMORY_UI_HIDDEN (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
H A DComponentCallbacks2.java56 * <li>{@link #TRIM_MEMORY_UI_HIDDEN} <br>Your app's UI is no longer visible, so this is a good
96 TRIM_MEMORY_UI_HIDDEN,
131 static final int TRIM_MEMORY_UI_HIDDEN = 20; field in interface:ComponentCallbacks2
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp50 #define TRIM_MEMORY_UI_HIDDEN 20 macro
597 } else if (level >= TRIM_MEMORY_UI_HIDDEN) {
611 } else if (level >= TRIM_MEMORY_UI_HIDDEN) {

Completed in 79 milliseconds