Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/audio/effect/2.0/
H A Dtypes.hal120 TYPE_REPLACE = 2 << TYPE_SHIFT,
/aosp12/hardware/interfaces/audio/effect/4.0/
H A Dtypes.hal120 TYPE_REPLACE = 2 << TYPE_SHIFT,
/aosp12/hardware/interfaces/audio/effect/5.0/
H A Dtypes.hal121 TYPE_REPLACE = 2 << TYPE_SHIFT,
/aosp12/hardware/interfaces/audio/effect/6.0/
H A Dtypes.hal121 TYPE_REPLACE = 2 << TYPE_SHIFT,
/aosp12/hardware/interfaces/audio/effect/7.0/
H A Dtypes.hal122 TYPE_REPLACE = 2 << TYPE_SHIFT,
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java7338 private static final int TYPE_REPLACE = 2; field in Editor.SelectionHandleView.EditOperation
7366 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70160 Landroid/widget/Editor$EditOperation;->TYPE_REPLACE:I