HomeSort by relevance Sort by last modified time
    Searched refs:DOT_PNG (Results 1 - 10 of 10) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ExportScreenshotAction.java 18 import static com.android.ide.eclipse.adt.AdtConstants.DOT_PNG;
54 if (!path.endsWith(DOT_PNG)) {
55 path = path + DOT_PNG;
PreviewIconFactory.java 23 import static com.android.ide.eclipse.adt.AdtConstants.DOT_PNG;
464 return sb.toString() + DOT_PNG;
466 return descriptor.getUiName() + DOT_PNG;
472 return fqn.substring(fqn.lastIndexOf('.') + 1) + DOT_PNG;
ImageUtils.java 22 import static com.android.ide.eclipse.adt.AdtConstants.DOT_PNG;
560 return endsWithIgnoreCase(path, DOT_PNG)
  /sdk/lint/cli/src/com/android/tools/lint/
Reporter.java 20 import static com.android.tools.lint.detector.api.LintConstants.DOT_PNG;
202 if (!endsWith(name, DOT_PNG) || endsWith(name, DOT_9PNG)) {
HtmlReporter.java 20 import static com.android.tools.lint.detector.api.LintConstants.DOT_PNG;
243 if (!(endsWith(name, DOT_PNG) || endsWith(name, DOT_JPG))) {
604 if (url != null && endsWith(url, DOT_PNG)) {
612 && endsWith(imageUrl, DOT_PNG)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java 118 public static final String DOT_PNG = ".png"; //$NON-NLS-1$
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 262 public static final String DOT_PNG = ".png"; //$NON-NLS-1$
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
IconDetector.java 25 import static com.android.tools.lint.detector.api.LintConstants.DOT_PNG;
336 // endsWith(name, DOT_PNG) is also true for endsWith(name, DOT_9PNG)
337 return endsWith(name, DOT_PNG)|| endsWith(name, DOT_JPG) || endsWith(name, DOT_GIF) ||
    [all...]
UnusedResourceDetector.java 24 import static com.android.tools.lint.detector.api.LintConstants.DOT_PNG;
150 || endsWith(fileName, DOT_PNG)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 20 import static com.android.ide.eclipse.adt.AdtConstants.DOT_PNG;
198 } else if (value.endsWith(DOT_PNG)) {

Completed in 78 milliseconds