Searched refs:replaceWith (Results 1 – 6 of 6) sorted by relevance
64 public void replaceWith(ResourceValue value) { in replaceWith() method in StyleResourceValue66 super.replaceWith(value); in replaceWith()
73 public void replaceWith(ResourceValue value) { in replaceWith() method in ResourceValue
155 replaceWith(descriptor); in OccurrenceDisplayDescriptor()167 void replaceWith(OccurrenceDisplayDescriptor descriptor) { in replaceWith() method in EventDisplay.OccurrenceDisplayDescriptor256 replaceWith(descriptor); in ValueDisplayDescriptor()273 void replaceWith(OccurrenceDisplayDescriptor descriptor) { in replaceWith() method in EventDisplay.ValueDisplayDescriptor274 super.replaceWith(descriptor); in replaceWith()
655 descriptor.replaceWith(dialog.getDescriptor()); in createEventSelection()
196 oldValue.replaceWith(value); in addResourceValue()
2017 String replaceWith = prefix + mData2; in onClick() local2023 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()