Searched refs:curLevel (Results 1 – 3 of 3) sorted by relevance
71 int curLevel = levels[lstart]; in directions() local72 int minLevel = curLevel; in directions()76 if (level != curLevel) { in directions()77 curLevel = level; in directions()84 if ((curLevel & 1) != (baseLevel & 1)) { in directions()121 curLevel = minLevel; in directions()124 if (level != curLevel) { in directions()125 curLevel = level; in directions()134 levelBits = curLevel << Layout.RUN_LEVEL_SHIFT; in directions()
132 int curLevel = 0; in onReceive()139 if (curLevel < 0) { in onReceive()145 dummy.putExtra("level", curLevel); in onReceive()154 curLevel += incr; in onReceive()155 if (curLevel == 100) { in onReceive()
22804 int curLevel = ComponentCallbacks2.TRIM_MEMORY_COMPLETE;22813 if (app.trimMemoryLevel < curLevel && app.thread != null) {22816 "Trimming memory of " + app.processName + " to " + curLevel);22817 app.thread.scheduleTrimMemory(curLevel);22824 if (curLevel >= ComponentCallbacks2.TRIM_MEMORY_COMPLETE22834 app.trimMemoryLevel = curLevel;22838 switch (curLevel) {22840 curLevel = ComponentCallbacks2.TRIM_MEMORY_MODERATE;22843 curLevel = ComponentCallbacks2.TRIM_MEMORY_BACKGROUND;