/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | LintViewPart.java | 209 iconFactory.getImageDescriptor(QUICKFIX_ICON), in createActions() 210 iconFactory.getImageDescriptor(QUICKFIX_DISABLED_ICON)); in createActions() 214 iconFactory.getImageDescriptor(IGNORE_THIS_ICON), in createActions() 215 iconFactory.getImageDescriptor(IGNORE_THIS_DISABLED_ICON)); in createActions() 217 iconFactory.getImageDescriptor(IGNORE_FILE_ICON), in createActions() 218 iconFactory.getImageDescriptor(IGNORE_FILE_DISABLED_ICON)); in createActions() 220 iconFactory.getImageDescriptor(IGNORE_PRJ_ICON), in createActions() 221 iconFactory.getImageDescriptor(IGNORE_PRJ_DISABLED_ICON)); in createActions() 223 iconFactory.getImageDescriptor(IGNORE_ALL_ICON), in createActions() 224 iconFactory.getImageDescriptor(IGNORE_ALL_DISABLED_ICON)); in createActions() [all …]
|
D | RunLintAction.java | 113 ImageDescriptor allIcon = iconFactory.getImageDescriptor("lintrun"); //$NON-NLS-1$ in getMenu() 145 ImageDescriptor clear = images.getImageDescriptor(ISharedImages.IMG_ELCL_REMOVEALL); in getMenu()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
D | CopyCutAction.java | 84 setImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_CUT)); in CopyCutAction() 85 setHoverImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_CUT_HOVER)); in CopyCutAction() 87 images.getImageDescriptor(ISharedImages.IMG_TOOL_CUT_DISABLED)); in CopyCutAction() 89 setImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_COPY)); in CopyCutAction() 90 setHoverImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_COPY_HOVER)); in CopyCutAction() 92 images.getImageDescriptor(ISharedImages.IMG_TOOL_COPY_DISABLED)); in CopyCutAction()
|
D | PasteAction.java | 52 setImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_PASTE)); in PasteAction() 53 setHoverImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_PASTE)); in PasteAction() 55 images.getImageDescriptor(ISharedImages.IMG_TOOL_PASTE_DISABLED)); in PasteAction()
|
D | UiTreeBlock.java | 555 manager.add(new Action("Add...", factory.getImageDescriptor("add")) { //$NON-NLS-1$ in doCreateMenuAction() 566 … manager.add(new Action("Remove", factory.getImageDescriptor("delete")) { //$NON-NLS-1$ in doCreateMenuAction() 576 manager.add(new Action("Up", factory.getImageDescriptor("up")) { //$NON-NLS-1$ in doCreateMenuAction() 583 manager.add(new Action("Down", factory.getImageDescriptor("down")) { //$NON-NLS-1$ in doCreateMenuAction() 817 … setImageDescriptor(IconFactory.getInstance().getImageDescriptor("az_sort")); //$NON-NLS-1$ in TreeSortAction() 874 setImageDescriptor(descriptor.getImageDescriptor()); in DescriptorFilterAction()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | PropertySheetPage.java | 245 iconFactory.getImageDescriptor(EXPAND_ICON), in createActions() 246 iconFactory.getImageDescriptor(EXPAND_DISABLED_ICON)); in createActions() 252 sharedImages.getImageDescriptor(ISharedImages.IMG_ELCL_COLLAPSEALL), in createActions() 253 sharedImages.getImageDescriptor(ISharedImages.IMG_ELCL_COLLAPSEALL_DISABLED)); in createActions() 259 iconFactory.getImageDescriptor(ADVANCED_ICON), in createActions() 266 iconFactory.getImageDescriptor(ALPHA_ICON), in createActions() 273 iconFactory.getImageDescriptor(DEFAULT_ICON), in createActions()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | IconFactory.java | 142 ImageDescriptor id = getImageDescriptor(osName, color, shape); in getIcon() 162 public ImageDescriptor getImageDescriptor(String osName) { in getImageDescriptor() method in IconFactory 163 return getImageDescriptor(osName, COLOR_DEFAULT, SHAPE_DEFAULT); in getImageDescriptor() 179 public ImageDescriptor getImageDescriptor(String osName, int color, int shape) { in getImageDescriptor() method in IconFactory 217 ImageDescriptor id = getImageDescriptor(osName, fallback); in getIcon() 239 public ImageDescriptor getImageDescriptor(@NonNull String key, @Nullable String fallbackKey) { in getImageDescriptor() method in IconFactory 249 id = getImageDescriptor(fallbackKey); in getImageDescriptor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
D | ErrorImageComposite.java | 45 mErrorImageDescriptor = sharedImages.getImageDescriptor( in ErrorImageComposite() 48 mErrorImageDescriptor = sharedImages.getImageDescriptor( in ErrorImageComposite()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/ |
D | FitToCanvasAction.java | 28 … super("Fit to Canvas", GlTracePlugin.getImageDescriptor("/icons/zoomfit.png")); //$NON-NLS-2$ in FitToCanvasAction()
|
D | SaveImageAction.java | 36 PlatformUI.getWorkbench().getSharedImages().getImageDescriptor( in SaveImageAction()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | DelegatingAction.java | 85 public ImageDescriptor getImageDescriptor() { in getImageDescriptor() method in DelegatingAction 86 return mAction.getImageDescriptor(); in getImageDescriptor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
D | MonitorPlugin.java | 50 public static ImageDescriptor getImageDescriptor(String path) { in getImageDescriptor() method in MonitorPlugin
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
D | XmlStorageEditorInput.java | 64 public ImageDescriptor getImageDescriptor() { in getImageDescriptor() method in XmlStorageEditorInput
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | ImportProjectWizard.java | 64 ImageDescriptor desc = AdtPlugin.getImageDescriptor(PROJECT_LOGO_LARGE); in init()
|
D | NewProjectWizard.java | 116 ImageDescriptor desc = AdtPlugin.getImageDescriptor(PROJECT_LOGO_LARGE); in init()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
D | ResourceLabelProvider.java | 57 mWarningImage = PlatformUI.getWorkbench().getSharedImages().getImageDescriptor( in ResourceLabelProvider()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GlTracePlugin.java | 99 public static ImageDescriptor getImageDescriptor(String path) { in getImageDescriptor() method in GlTracePlugin
|
D | DeviceViewAction.java | 26 … setImageDescriptor(GlTracePlugin.getImageDescriptor("/icons/connect.png")); //$NON-NLS-1$ in StartTraceAction()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | FolderDecorator.java | 42 mDescriptor = AdtPlugin.getImageDescriptor("/icons/android_project.png"); //$NON-NLS-1$ in FolderDecorator()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
D | ElementDescriptor.java | 286 public ImageDescriptor getImageDescriptor() { in getImageDescriptor() method in ElementDescriptor 290 ImageDescriptor id = factory.getImageDescriptor(mXmlName, color, shape); in getImageDescriptor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
D | WelcomeWizard.java | 65 ImageDescriptor image = AdtPlugin.getImageDescriptor("icons/android-64.png"); //$NON-NLS-1$ in WelcomeWizard()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
D | LibraryProperties.java | 125 mMatchIcon = AdtPlugin.getImageDescriptor("/icons/match.png").createImage(); //$NON-NLS-1$ in LibraryProperties() 126 mErrorIcon = AdtPlugin.getImageDescriptor("/icons/error.png").createImage(); //$NON-NLS-1$ in LibraryProperties()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateWizard.java | 71 ImageDescriptor desc = IconFactory.getInstance().getImageDescriptor(PROJECT_LOGO_LARGE); in init()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
D | DeviceView.java | 347 DdmsPlugin.getImageDescriptor("icons/uiautomator.png")); //$NON-NLS-1$ in createPartControl() 358 DdmsPlugin.getImageDescriptor("icons/systrace.png")); //$NON-NLS-1$ in createPartControl() 385 .getSharedImages().getImageDescriptor( in createPartControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
D | StretchesViewer.java | 73 mBackgroundLayer = AdtPlugin.getImageDescriptor(CHECKER_PNG_PATH).createImage(); in StretchesViewer()
|