Home
last modified time | relevance | path

Searched refs:getImageDescriptor (Results 1 – 25 of 37) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintViewPart.java209 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 …]
DRunLintAction.java113 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/
DCopyCutAction.java84 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()
DPasteAction.java52 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()
DUiTreeBlock.java555 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/
DPropertySheetPage.java245 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/
DIconFactory.java142 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/
DErrorImageComposite.java45 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/
DFitToCanvasAction.java28 … super("Fit to Canvas", GlTracePlugin.getImageDescriptor("/icons/zoomfit.png")); //$NON-NLS-2$ in FitToCanvasAction()
DSaveImageAction.java36 PlatformUI.getWorkbench().getSharedImages().getImageDescriptor( in SaveImageAction()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDelegatingAction.java85 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/
DMonitorPlugin.java50 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/
DXmlStorageEditorInput.java64 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/
DImportProjectWizard.java64 ImageDescriptor desc = AdtPlugin.getImageDescriptor(PROJECT_LOGO_LARGE); in init()
DNewProjectWizard.java116 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/
DResourceLabelProvider.java57 mWarningImage = PlatformUI.getWorkbench().getSharedImages().getImageDescriptor( in ResourceLabelProvider()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGlTracePlugin.java99 public static ImageDescriptor getImageDescriptor(String path) { in getImageDescriptor() method in GlTracePlugin
DDeviceViewAction.java26 … 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/
DFolderDecorator.java42 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/
DElementDescriptor.java286 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/
DWelcomeWizard.java65 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/
DLibraryProperties.java125 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/
DTemplateWizard.java71 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/
DDeviceView.java347 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/
DStretchesViewer.java73 mBackgroundLayer = AdtPlugin.getImageDescriptor(CHECKER_PNG_PATH).createImage(); in StretchesViewer()

12