Searched refs:replaceWith (Results 1 – 8 of 8) sorted by relevance
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
D | StyleResourceValue.java | 77 public void replaceWith(ResourceValue value) { in replaceWith() method in StyleResourceValue 79 super.replaceWith(value); in replaceWith()
|
D | ResourceValue.java | 75 public void replaceWith(ResourceValue value) { in replaceWith() method in ResourceValue
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
D | TypographyDetector.java | 388 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/ |
D | EventDisplay.java | 155 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()
|
D | EventDisplayOptions.java | 663 descriptor.replaceWith(dialog.getDescriptor()); in createEventSelection()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | TypographyFix.java | 73 edit.length, edit.replaceWith); in apply()
|
/sdk/sdk_common/src/com/android/ide/common/resources/ |
D | MultiResourceFile.java | 197 oldValue.replaceWith(value); in addResourceValue()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | GraphicalEditorPart.java | 2379 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()
|