Home
last modified time | relevance | path

Searched refs:mRotationStyleCurrentIndex (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DRecapitalizeStatus.java73 private int mRotationStyleCurrentIndex; field in RecapitalizeStatus
103 mRotationStyleCurrentIndex = 0; in start()
113 mRotationStyleCurrentIndex = currentMode; in start()
150 mRotationStyleCurrentIndex = (mRotationStyleCurrentIndex + 1) % ROTATION_STYLE.length; in rotate()
151 if (CAPS_MODE_ORIGINAL_MIXED_CASE == ROTATION_STYLE[mRotationStyleCurrentIndex] in rotate()
153 mRotationStyleCurrentIndex = in rotate()
154 (mRotationStyleCurrentIndex + 1) % ROTATION_STYLE.length; in rotate()
157 switch (ROTATION_STYLE[mRotationStyleCurrentIndex]) { in rotate()
219 return ROTATION_STYLE[mRotationStyleCurrentIndex]; in getCurrentMode()