Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java66 private static final boolean DEBUG_BATCH_NESTING = false; field in RichInputConnection
204 if (DEBUG_BATCH_NESTING) checkBatchEdit(); in beginBatchEdit()
284 if (DEBUG_BATCH_NESTING) checkBatchEdit(); in finishComposingText()
303 if (DEBUG_BATCH_NESTING) checkBatchEdit(); in commitText()
474 if (DEBUG_BATCH_NESTING) checkBatchEdit(); in deleteTextBeforeCursor()
511 if (DEBUG_BATCH_NESTING) checkBatchEdit(); in sendKeyEvent()
563 if (DEBUG_BATCH_NESTING) checkBatchEdit(); in setComposingRegion()
586 if (DEBUG_BATCH_NESTING) checkBatchEdit(); in setComposingText()
612 if (DEBUG_BATCH_NESTING) checkBatchEdit(); in setSelection()
629 if (DEBUG_BATCH_NESTING) checkBatchEdit(); in commitCorrection()
[all …]