Home | History | Annotate | Download | only in content

Lines Matching refs:onTrimMemory

25  * <p>You should implement {@link #onTrimMemory} to incrementally release memory based on current
33 * <p>The values provided by {@link #onTrimMemory} do not represent a single linear progression of
87 * Level for {@link #onTrimMemory(int)}: the process is nearing the end
94 * Level for {@link #onTrimMemory(int)}: the process is around the middle
101 * Level for {@link #onTrimMemory(int)}: the process has gone on to the
108 * Level for {@link #onTrimMemory(int)}: the process had been showing
116 * Level for {@link #onTrimMemory(int)}: the process is not an expendable
128 * Level for {@link #onTrimMemory(int)}: the process is not an expendable
137 * Level for {@link #onTrimMemory(int)}: the process is not an expendable
164 void onTrimMemory(int level);