Home
last modified time | relevance | path

Searched refs:images (Results 1 – 25 of 28) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DCopyCutAction.java82 ISharedImages images = PlatformUI.getWorkbench().getSharedImages(); in CopyCutAction() local
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()
DPasteAction.java51 ISharedImages images = PlatformUI.getWorkbench().getSharedImages(); in PasteAction() local
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()
/sdk/avdlauncher/
DAndroid.mk40 AVDLAUNCHER_ICON_PATH := $(LOCAL_PATH)/images
49 LOCAL_PREBUILT_OBJ_FILES += images/$(AVDLAUNCHER_ICON_OBJ)
D.gitignore1 images/avdlauncher_icon.o
/sdk/sdklauncher/
DAndroid.mk40 SDKLAUNCHER_ICON_PATH := $(LOCAL_PATH)/images
49 LOCAL_PREBUILT_OBJ_FILES += images/$(SDKLAUNCHER_ICON_OBJ)
D.gitignore1 images/sdklauncher_icon.o
/sdk/find_lock/
DAndroid.mk41 FIND_LOCK_ICON_PATH := $(LOCAL_PATH)/images
50 LOCAL_PREBUILT_OBJ_FILES += images/$(FIND_LOCK_ICON_OBJ)
D.gitignore1 images/find_lock_icon.o
/sdk/find_java/
DAndroid.mk53 FIND_JAVA_ICON_PATH := $(LOCAL_PATH)/images
62 LOCAL_PREBUILT_OBJ_FILES += images/$(FIND_JAVA_ICON_OBJ)
D.gitignore1 images/find_java_icon.o
/sdk/avdlauncher/images/
Dandroid_icon.rc1 1 ICON "../images/android_icon.ico"
/sdk/find_java/images/
Dandroid_icon.rc1 1 ICON "../images/android_icon.ico"
/sdk/sdklauncher/images/
Dandroid_icon.rc1 1 ICON "../images/android_icon.ico"
/sdk/find_lock/images/
Dandroid_icon.rc1 1 ICON "../images/android_icon.ico"
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/
Dbuild.properties8 images/,\
/sdk/emulator/skins/assets/
DREADME.txt2 png images in the 'dynamic' skin folder. Edit these in Inkscape or some
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DRunLintAction.java144 ISharedImages images = PlatformUI.getWorkbench().getSharedImages(); in getMenu() local
145 ImageDescriptor clear = images.getImageDescriptor(ISharedImages.IMG_ELCL_REMOVEALL); in getMenu()
/sdk/
Dchanges.txt130 - The AVD manager and emulator can now use system images compiled for ARM v7 and
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java986 Map<String, BufferedImage> images = categoryEntry.getValue(); in updatePreview() local
987 for (Entry<String, BufferedImage> entry : images.entrySet()) { in updatePreview()
/sdk/eclipse/
Dchanges.txt73 * Inline preview of colors and images, as well as the
322 Similarly, dropping images or image buttons will pop up image
/sdk/files/typos/
Dtypos-hu.txt109 # including signs, sounds or images.
Dtypos-nb.txt109 # including signs, sounds or images.
Dtypos-it.txt109 # including signs, sounds or images.
Dtypos-tr.txt109 # including signs, sounds or images.
Dtypos-es.txt109 # including signs, sounds or images.

12