Home | History | Annotate | Download | only in content

Lines Matching defs:onTrimMemory

30  * <p>You should implement {@link #onTrimMemory} to incrementally release memory based on current
38 * <p>The values provided by {@link #onTrimMemory} do not represent a single linear progression of
105 * Level for {@link #onTrimMemory(int)}: the process is nearing the end
112 * Level for {@link #onTrimMemory(int)}: the process is around the middle
119 * Level for {@link #onTrimMemory(int)}: the process has gone on to the
126 * Level for {@link #onTrimMemory(int)}: the process had been showing
134 * Level for {@link #onTrimMemory(int)}: the process is not an expendable
146 * Level for {@link #onTrimMemory(int)}: the process is not an expendable
154 * Level for {@link #onTrimMemory(int)}: the process is not an expendable
177 void onTrimMemory(@TrimMemoryLevel int level);