Home
last modified time | relevance | path

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

/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
DStyleResourceValue.java77 public void replaceWith(ResourceValue value) { in replaceWith() method in StyleResourceValue
79 super.replaceWith(value); in replaceWith()
DResourceValue.java75 public void replaceWith(ResourceValue value) { in replaceWith() method in ResourceValue
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DTypographyDetector.java388 public final String replaceWith; field in TypographyDetector.ReplaceEdit
397 public ReplaceEdit(int offset, int length, String replaceWith) { in ReplaceEdit() argument
401 this.replaceWith = replaceWith; in ReplaceEdit()
491 String replaceWith = matcher.group(2); in getEdits() local
492 edits.add(new ReplaceEdit(offset, replace.length(), replaceWith)); in getEdits()
/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.java663 descriptor.replaceWith(dialog.getDescriptor()); in createEventSelection()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DTypographyFix.java73 edit.length, edit.replaceWith); in apply()
/sdk/sdk_common/src/com/android/ide/common/resources/
DMultiResourceFile.java197 oldValue.replaceWith(value); in addResourceValue()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java2379 String replaceWith = prefix + mData[1]; in onClick() local
2385 edits.addChild(new ReplaceEdit(index, find.length(), replaceWith)); in onClick()
2391 replaceWith = prefix + mData[1]; in onClick()
2397 edits.addChild(new ReplaceEdit(index, find.length(), replaceWith)); in onClick()
2405 replaceWith = prefix + mData[1] + suffix; in onClick()
2411 edits.addChild(new ReplaceEdit(index, find.length(), replaceWith)); in onClick()