Home
last modified time | relevance | path

Searched defs:style (Results 1 – 25 of 37) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DEclipseXmlPrettyPrinter.java58 XmlFormatStyle style, in EclipseXmlPrettyPrinter()
79 @NonNull XmlFormatStyle style, in prettyPrint()
128 @NonNull XmlFormatStyle style, in prettyPrint()
DAndroidXmlFormattingStrategy.java343 XmlFormatStyle style = guessStyle(model, domDocument); in format() local
530 XmlFormatStyle style = XmlFormatStyle.get(domDocument); in guessStyle() local
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DCommonAction.java51 public CommonAction(String text, int style) { in CommonAction()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
DAttrsXmlParser.java189 DeclareStyleableInfo style = mStyleMap.get(xmlName); in loadViewAttributes() local
216 DeclareStyleableInfo style = mStyleMap.get(xmlName); in loadLayoutParamsAttributes() local
298 DeclareStyleableInfo style = parseDeclaredStyleable(name, node); in parseResources() local
329 DeclareStyleableInfo style = new DeclareStyleableInfo(name, (AttributeInfo[])null); in parseResources() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DMainFrame.java41 public MainFrame(Composite parent, int style) { in MainFrame()
DImageEditorPanel.java47 public ImageEditorPanel(Composite parent, int style) { in ImageEditorPanel()
DStretchesViewer.java70 public StretchesViewer(Composite parent, int style) { in StretchesViewer()
168 public StretchView(Composite parent, int style) { in StretchView()
DStatusPanel.java96 public StatusPanel(Composite parent, int style) { in StatusPanel()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGCWrapper.java207 public void setLineStyle(@NonNull LineStyle style) { in setLineStyle()
425 public void useStyle(@NonNull DrawingStyle style) { in useStyle()
472 private Color getStrokeColor(DrawingStyle style, RGB defaultColorDesc) { in getStrokeColor()
487 private Color getFillColor(DrawingStyle style, RGB defaultColorDesc) { in getFillColor()
503 private Color getStyleColor(DrawingStyle style, RGB defaultColorDesc, in getStyleColor()
DLayoutCanvasViewer.java54 int style) { in LayoutCanvasViewer()
DAccordionControl.java85 protected Composite createChildContainer(Composite parent, Object header, int style) { in createChildContainer()
198 public AccordionControl(Composite parent, int style, List<?> headers, in AccordionControl()
DSwtDrawingStyle.java245 public static SwtDrawingStyle of(DrawingStyle style) { in of()
DLayoutActionBar.java92 public LayoutActionBar(Composite parent, int style, GraphicalEditorPart editor) { in LayoutActionBar()
220 int style = item.getStyle(); in updateActions() local
DImageControl.java66 public ImageControl(@NonNull Composite parent, int style, @Nullable Image image) { in ImageControl()
DSelectionOverlay.java242 SwtDrawingStyle style = SwtDrawingStyle.of(DrawingStyle.SELECTION); in paintSelection() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestGraphics.java154 public void setLineStyle(@NonNull LineStyle style) { in setLineStyle()
164 public void useStyle(@NonNull DrawingStyle style) { in useStyle()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiListAttributeNode.java74 int style = SWT.DROP_DOWN; in createUiControl() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
DAnimatorDescriptors.java144 DeclareStyleableInfo style = styleMap.get(styleName); in addElement() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
DMenuDescriptors.java161 DeclareStyleableInfo style = styleMap != null ? styleMap.get(styleName) : null; in updateElement() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridLayoutPainter.java60 public static void paintStructure(DrawingStyle style, INode layout, IGraphics gc, in paintStructure()
348 public static boolean paintStructure(Object view, DrawingStyle style, INode layout, in paintStructure()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourceExplorerView.java277 public void createTreeColumn(Tree parent, String header, int style, in createTreeColumn()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationMenuListener.java266 ConfigurationMenuListener listener, int style, boolean selected) { in create()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DResourceHelper.java482 public static String styleToTheme(String style) { in styleToTheme()
504 public static boolean isProjectStyle(String style) { in isProjectStyle()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DPropertySheetPage.java351 private PropertySheetAction(int style, String label, int action, in PropertySheetAction()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileWizard.java258 XmlFormatStyle style = EclipseXmlPrettyPrinter.getForFolderType(folderType); in createXmlFile() local

12