Searched refs:mNestLevel (Results 1 - 1 of 1) sorted by path

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java104 int mNestLevel; field in class:RichInputConnection
108 mNestLevel = 0;
144 if (++mNestLevel == 1) {
153 Log.e(TAG, "Nest level too deep : " + mNestLevel);
161 if (mNestLevel <= 0) Log.e(TAG, "Batch edit not in progress!"); // TODO: exception instead
162 if (--mNestLevel == 0 && null != mIC) {
225 if (mNestLevel != 1) {
227 Log.e(TAG, "Batch edit level incorrect : " + mNestLevel);

Completed in 228 milliseconds