Searched refs:TYPE_REPLACE (Results 1 – 2 of 2) sorted by relevance
7338 private static final int TYPE_REPLACE = 2; field in Editor.SelectionHandleView.EditOperation7366 mType = TYPE_REPLACE; in EditOperation()7451 case TYPE_REPLACE: in mergeWith()7470 if (mIsComposition && edit.mType == TYPE_REPLACE in mergeInsertWith()7521 if (edit.mType == TYPE_REPLACE && mStart == edit.mStart in mergeReplaceWith()7559 mType = TYPE_REPLACE; in forceMergeWith()7594 case TYPE_REPLACE: in getTypeString()
70160 Landroid/widget/Editor$EditOperation;->TYPE_REPLACE:I