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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java130 private int mNestLevel; field in class:RichInputConnection
140 mNestLevel = 0;
193 if (++mNestLevel == 1) {
202 Log.e(TAG, "Nest level too deep : " + mNestLevel);
209 if (mNestLevel <= 0) Log.e(TAG, "Batch edit not in progress!"); // TODO: exception instead
210 if (--mNestLevel == 0 && isConnected()) {
276 if (mNestLevel != 1) {
278 Log.e(TAG, "Batch edit level incorrect : " + mNestLevel);

Completed in 32 milliseconds