Searched refs:TYPE_REPLACE (Results 1 – 2 of 2) sorted by relevance
7661 private static final int TYPE_REPLACE = 2; field in Editor.SelectionHandleView.EditOperation7689 mType = TYPE_REPLACE; in EditOperation()7774 case TYPE_REPLACE: in mergeWith()7793 if (mIsComposition && edit.mType == TYPE_REPLACE in mergeInsertWith()7844 if (edit.mType == TYPE_REPLACE && mStart == edit.mStart in mergeReplaceWith()7882 mType = TYPE_REPLACE; in forceMergeWith()7917 case TYPE_REPLACE: in getTypeString()
66194 Landroid/widget/Editor$EditOperation;->TYPE_REPLACE:I