Searched refs:newLevel (Results 1 – 6 of 6) sorted by relevance
42 abstract void onChange(int newLevel); in onChange() argument44 private void go(final int newLevel) { in go() argument48 onChange(newLevel); in go()
1025 void onChange(int newLevel) { in doCalibration()
673 UPlugLevel newLevel; in uplug_loadWaitingPlugs() local675 newLevel = uplug_getCurrentLevel(); in uplug_loadWaitingPlugs()676 if(newLevel > currentLevel) { in uplug_loadWaitingPlugs()678 currentLevel = newLevel; in uplug_loadWaitingPlugs()
1147 UBiDiLevel embeddingLevel=level, newLevel; in resolveExplicitLevels() local1178 newLevel=(UBiDiLevel)((embeddingLevel+2)&~(UBIDI_LEVEL_OVERRIDE|1)); in resolveExplicitLevels()1181 newLevel=(UBiDiLevel)((NO_OVERRIDE(embeddingLevel)+1)|1); in resolveExplicitLevels()1182 if(newLevel<=UBIDI_MAX_EXPLICIT_LEVEL && overflowIsolateCount==0 && in resolveExplicitLevels()1185 embeddingLevel=newLevel; in resolveExplicitLevels()1230 newLevel=(UBiDiLevel)((embeddingLevel+2)&~(UBIDI_LEVEL_OVERRIDE|1)); in resolveExplicitLevels()1233 newLevel=(UBiDiLevel)((NO_OVERRIDE(embeddingLevel)+1)|1); in resolveExplicitLevels()1234 if(newLevel<=UBIDI_MAX_EXPLICIT_LEVEL && overflowIsolateCount==0 && in resolveExplicitLevels()1241 embeddingLevel=newLevel; in resolveExplicitLevels()
2491 byte embeddingLevel = level, newLevel; in resolveExplicitLevels()2522 newLevel = (byte)((embeddingLevel+2) & ~(LEVEL_OVERRIDE | 1)); in resolveExplicitLevels()2525 newLevel = (byte)((NoOverride(embeddingLevel) + 1) | 1); in resolveExplicitLevels()2526 if (newLevel <= MAX_EXPLICIT_LEVEL && overflowIsolateCount == 0 && in resolveExplicitLevels()2529 embeddingLevel = newLevel; in resolveExplicitLevels()2574 newLevel=(byte)((embeddingLevel+2)&~(LEVEL_OVERRIDE|1)); in resolveExplicitLevels()2577 newLevel=(byte)((NoOverride(embeddingLevel)+1)|1); in resolveExplicitLevels()2578 if (newLevel <= MAX_EXPLICIT_LEVEL && overflowIsolateCount == 0 in resolveExplicitLevels()2585 embeddingLevel = newLevel; in resolveExplicitLevels()
2456 byte embeddingLevel = level, newLevel; in resolveExplicitLevels()2487 newLevel = (byte)((embeddingLevel+2) & ~(LEVEL_OVERRIDE | 1)); in resolveExplicitLevels()2490 newLevel = (byte)((NoOverride(embeddingLevel) + 1) | 1); in resolveExplicitLevels()2491 if (newLevel <= MAX_EXPLICIT_LEVEL && overflowIsolateCount == 0 && in resolveExplicitLevels()2494 embeddingLevel = newLevel; in resolveExplicitLevels()2539 newLevel=(byte)((embeddingLevel+2)&~(LEVEL_OVERRIDE|1)); in resolveExplicitLevels()2542 newLevel=(byte)((NoOverride(embeddingLevel)+1)|1); in resolveExplicitLevels()2543 if (newLevel <= MAX_EXPLICIT_LEVEL && overflowIsolateCount == 0 in resolveExplicitLevels()2550 embeddingLevel = newLevel; in resolveExplicitLevels()