Home
last modified time | relevance | path

Searched refs:replaceWith (Results 1 – 6 of 6) sorted by relevance

/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
DStyleResourceValue.java64 public void replaceWith(ResourceValue value) { in replaceWith() method in StyleResourceValue
66 super.replaceWith(value); in replaceWith()
DResourceValue.java73 public void replaceWith(ResourceValue value) { in replaceWith() method in ResourceValue
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DEventDisplay.java155 replaceWith(descriptor); in OccurrenceDisplayDescriptor()
167 void replaceWith(OccurrenceDisplayDescriptor descriptor) { in replaceWith() method in EventDisplay.OccurrenceDisplayDescriptor
256 replaceWith(descriptor); in ValueDisplayDescriptor()
273 void replaceWith(OccurrenceDisplayDescriptor descriptor) { in replaceWith() method in EventDisplay.ValueDisplayDescriptor
274 super.replaceWith(descriptor); in replaceWith()
DEventDisplayOptions.java655 descriptor.replaceWith(dialog.getDescriptor()); in createEventSelection()
/sdk/ide_common/src/com/android/ide/common/resources/
DMultiResourceFile.java196 oldValue.replaceWith(value); in addResourceValue()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java2017 String replaceWith = prefix + mData2; in onClick() local
2023 edits.addChild(new ReplaceEdit(index, find.length(), replaceWith)); in onClick()
2029 replaceWith = prefix + mData2; in onClick()
2035 edits.addChild(new ReplaceEdit(index, find.length(), replaceWith)); in onClick()
2043 replaceWith = prefix + mData2 + suffix; in onClick()
2049 edits.addChild(new ReplaceEdit(index, find.length(), replaceWith)); in onClick()