Searched refs:ROTATION_STYLE (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DRecapitalizeStatus.java35 private static final int[] ROTATION_STYLE = { field in class:RecapitalizeStatus
108 for (currentMode = ROTATION_STYLE.length - 1; currentMode > 0; --currentMode) {
109 if (ROTATION_STYLE[currentMode] == initialMode) {
150 mRotationStyleCurrentIndex = (mRotationStyleCurrentIndex + 1) % ROTATION_STYLE.length;
151 if (CAPS_MODE_ORIGINAL_MIXED_CASE == ROTATION_STYLE[mRotationStyleCurrentIndex]
154 (mRotationStyleCurrentIndex + 1) % ROTATION_STYLE.length;
157 switch (ROTATION_STYLE[mRotationStyleCurrentIndex]) {
174 } while (mStringAfter.equals(oldResult) && count < ROTATION_STYLE.length + 1);
219 return ROTATION_STYLE[mRotationStyleCurrentIndex];

Completed in 64 milliseconds