Searched refs:mBatchEditNesting (Results 1 – 3 of 3) sorted by relevance
73 private int mBatchEditNesting; field in EditableInputConnection92 if (mBatchEditNesting >= 0) { in beginBatchEdit()94 mBatchEditNesting++; in beginBatchEdit()104 if (mBatchEditNesting > 0) { in endBatchEdit()110 mBatchEditNesting--; in endBatchEdit()111 return mBatchEditNesting > 0; in endBatchEdit()127 while (mBatchEditNesting > 0) { in closeConnection()131 mBatchEditNesting = -1; in closeConnection()
1852 int nesting = ++ims.mBatchEditNesting; in beginBatchEdit()1876 int nesting = --ims.mBatchEditNesting; in endBatchEdit()1885 if (ims != null && ims.mBatchEditNesting != 0) { in ensureEndedBatchEdit()1886 ims.mBatchEditNesting = 0; in ensureEndedBatchEdit()2074 if (null != mInputMethodState && mInputMethodState.mBatchEditNesting <= 0 in sendUpdateSelection()2104 if (ims != null && ims.mBatchEditNesting == 0 in onDraw()4865 if (ims == null || ims.mBatchEditNesting > 0) { in updatePosition()7417 int mBatchEditNesting; field in Editor.SelectionHandleView.InputMethodState
66279 Landroid/widget/Editor$InputMethodState;->mBatchEditNesting:I