Home
last modified time | relevance | path

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

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