Searched refs:TEXT (Results 1 – 11 of 11) sorted by relevance
62 String typo = TypoDetector.getTypo(message, TextFormat.TEXT); in apply()66 List<String> replacements = TypoDetector.getSuggestions(message, TextFormat.TEXT); in apply()107 String typo = TypoDetector.getTypo(message, TextFormat.TEXT); in getAllFixes()108 List<String> replacements = TypoDetector.getSuggestions(message, TextFormat.TEXT); in getAllFixes()
492 String explanation = issue.getExplanation(TextFormat.TEXT); in perform()497 sb.append(issue.getBriefDescription(TextFormat.TEXT)); in perform()
685 String summary = issue.getBriefDescription(TextFormat.TEXT);686 String explanation = issue.getExplanation(TextFormat.TEXT);
175 case TEXT: in next()217 if (eventType == TEXT) { in nextText()
521 if (viewAttribute == ViewAttribute.TEXT in getAdapterItemValue()545 if (viewAttribute == ViewAttribute.TEXT && ((String) defaultValue).length() == 0) { in getAdapterItemValue()
70 public SourceType sourceType = SourceType.TEXT;157 TEXT enumConstant
563 } else if (sourceType == CreateAssetSetWizardState.SourceType.TEXT) { in setSourceType()677 mValues.sourceType = CreateAssetSetWizardState.SourceType.TEXT; in widgetSelected()1087 case TEXT: { in generateImages()
19 import static com.android.tools.lint.detector.api.TextFormat.TEXT;455 String summary = issue.getBriefDescription(TextFormat.TEXT); in widgetSelected()456 String explanation = issue.getExplanation(TextFormat.TEXT); in widgetSelected()719 return issue.getBriefDescription(TEXT); in getColumnText()
151 if (lineNumber < 1 && marker.isSubtypeOf(IMarker.TEXT)) { in markResource()
146 Note that an XML_CONTENT region is actually the whitespace, was is known as a TEXT in the w3c DOM.
239 IMarker marker = file.createMarker(IMarker.TEXT); in displayFile()