/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | SetAttributeFix.java | 52 if (mId.equals(AccessibilityDetector.ISSUE.getId())) { in getAttribute() 54 } else if (mId.equals(InefficientWeightDetector.BASELINE_WEIGHTS.getId())) { in getAttribute() 56 } else if (mId.equals(SecurityDetector.EXPORTED_SERVICE.getId())) { in getAttribute() 58 } else if (mId.equals(TextFieldDetector.ISSUE.getId())) { in getAttribute() 60 } else if (mId.equals(TranslationDetector.MISSING.getId())) { in getAttribute() 62 } else if (mId.equals(ManifestDetector.ALLOW_BACKUP.getId())) { in getAttribute() 64 } else if (mId.equals(MissingIdDetector.ISSUE.getId())) { in getAttribute() 67 assert false : mId; in getAttribute() 74 if (mId.equals(TranslationDetector.MISSING.getId())) { in isAndroidAttribute() 83 if (mId.equals(AccessibilityDetector.ISSUE.getId())) { in getDisplayString() [all …]
|
D | RemoveUselessViewFix.java | 51 return mId.equals(mId.equals(UselessViewDetector.USELESS_PARENT.getId())); in isCancelable() 61 if (mId.equals(UselessViewDetector.USELESS_LEAF.getId())) { in apply() 64 assert mId.equals(UselessViewDetector.USELESS_PARENT.getId()); in apply()
|
D | LintFixGenerator.java | 311 private final String mId; field in LintFixGenerator.SuppressProposal 317 mId = check; in SuppressProposal() 322 suppressDetector(mId, true, mResource, !mGlobal); in perform() 475 private final String mId; field in LintFixGenerator.MoreInfoProposal 479 mId = id; in MoreInfoProposal() 484 Issue issue = EclipseLintClient.getRegistry().getIssue(mId); in perform() 485 assert issue != null : mId; in perform() 512 return String.format("Explain Issue (%1$s)", mId); in getDisplayString() 548 + EclipseLintClient.getRegistry().getIssue(mId).getExplanation( in getAdditionalProposalInfo()
|
D | AddSuppressAnnotation.java | 81 private final String mId; field in AddSuppressAnnotation 96 mId = id; in AddSuppressAnnotation() 178 value.setLiteralValue(mId); in addSuppressAnnotation() 187 if (mId.equals(stringLiteral.getLiteralValue())) { in addSuppressAnnotation() 197 value.setLiteralValue(mId); in addSuppressAnnotation() 207 if (mId.equals(((StringLiteral)o).getLiteralValue())) { in addSuppressAnnotation() 215 value.setLiteralValue(mId); in addSuppressAnnotation()
|
D | AddSuppressAttribute.java | 56 private final String mId; field in AddSuppressAttribute 75 mId = id; in AddSuppressAttribute() 116 value = mId; in apply()
|
D | LintFix.java | 61 protected final String mId; field in LintFix 64 mId = id; in LintFix() 111 Issue issue = EclipseLintClient.getRegistry().getIssue(mId); in getAdditionalProposalInfo()
|
D | TypographyFix.java | 69 TypographyDetector.getEdits(mId, message, child); in apply()
|
D | TypoFix.java | 112 TypoFix fix = new TypoFix(mId, mMarker); in getAllFixes()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | IncludeFinder.java | 925 private final String mId; field in IncludeFinder.Reference 937 mId = id; in Reference() 946 return mId; in getId() 956 String reference = mId; in getFile() 980 return mId; in getDisplayName() 992 mName = mId; in getName() 1006 result = prime * result + ((mId == null) ? 0 : mId.hashCode()); in hashCode() 1019 if (mId == null) { in equals() 1020 if (other.mId != null) in equals() 1022 } else if (!mId.equals(other.mId)) in equals()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | WrapInRefactoring.java | 71 private String mId; field in WrapInRefactoring 82 mId = arguments.get(KEY_ID); in WrapInRefactoring() 156 args.put(KEY_ID, mId); in createArgumentMap() 167 mId = id; in setId() 213 String id = ensureNewId(mId); in computeChanges()
|
D | RelativeLayoutConversionHelper.java | 1306 private String mId; field in RelativeLayoutConversionHelper.View 1328 return mId; in getId() 1385 return "View [mId=" + mId + "]"; //$NON-NLS-1$ //$NON-NLS-2$ in toString() 1440 view.mId = id; in setIdAttributeValue()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
D | PsdFile.java | 425 final short mId; field in PsdFile.Channel 429 mId = id; in Channel() 438 out.writeShort(mId); in write()
|