Searched refs:TYPE_REPLACE (Results 1 – 2 of 2) sorted by relevance
7622 private static final int TYPE_REPLACE = 2; field in Editor.SelectionHandleView.EditOperation7650 mType = TYPE_REPLACE; in EditOperation()7735 case TYPE_REPLACE: in mergeWith()7754 if (mIsComposition && edit.mType == TYPE_REPLACE in mergeInsertWith()7805 if (edit.mType == TYPE_REPLACE && mStart == edit.mStart in mergeReplaceWith()7843 mType = TYPE_REPLACE; in forceMergeWith()7878 case TYPE_REPLACE: in getTypeString()
66837 Landroid/widget/Editor$EditOperation;->TYPE_REPLACE:I