/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
D | EclipseXmlPrettyPrinter.java | 58 XmlFormatStyle style, in EclipseXmlPrettyPrinter() 79 @NonNull XmlFormatStyle style, in prettyPrint() 128 @NonNull XmlFormatStyle style, in prettyPrint()
|
D | AndroidXmlFormattingStrategy.java | 343 XmlFormatStyle style = guessStyle(model, domDocument); in format() local 530 XmlFormatStyle style = XmlFormatStyle.get(domDocument); in guessStyle() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
D | AttrsXmlParser.java | 189 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/layout/gle2/ |
D | GCWrapper.java | 207 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()
|
D | AccordionControl.java | 85 protected Composite createChildContainer(Composite parent, Object header, int style) { in createChildContainer() 198 public AccordionControl(Composite parent, int style, List<?> headers, in AccordionControl()
|
D | LayoutCanvasViewer.java | 54 int style) { in LayoutCanvasViewer()
|
D | LayoutActionBar.java | 92 public LayoutActionBar(Composite parent, int style, GraphicalEditorPart editor) { in LayoutActionBar() 220 int style = item.getStyle(); in updateActions() local
|
D | SwtDrawingStyle.java | 245 public static SwtDrawingStyle of(DrawingStyle style) { in of()
|
D | ImageControl.java | 66 public ImageControl(@NonNull Composite parent, int style, @Nullable Image image) { in ImageControl()
|
D | SelectionOverlay.java | 242 SwtDrawingStyle style = SwtDrawingStyle.of(DrawingStyle.SELECTION); in paintSelection() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
D | CommonAction.java | 51 public CommonAction(String text, int style) { in CommonAction()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
D | MainFrame.java | 41 public MainFrame(Composite parent, int style) { in MainFrame()
|
D | StretchesViewer.java | 70 public StretchesViewer(Composite parent, int style) { in StretchesViewer() 168 public StretchView(Composite parent, int style) { in StretchView()
|
D | ImageEditorPanel.java | 47 public ImageEditorPanel(Composite parent, int style) { in ImageEditorPanel()
|
D | StatusPanel.java | 96 public StatusPanel(Composite parent, int style) { in StatusPanel()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | TestGraphics.java | 154 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/common/layout/grid/ |
D | GridLayoutPainter.java | 60 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/editors/uimodel/ |
D | UiListAttributeNode.java | 74 int style = SWT.DROP_DOWN; in createUiControl() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/ |
D | MenuDescriptors.java | 161 DeclareStyleableInfo style = styleMap != null ? styleMap.get(styleName) : null; in updateElement() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
D | AnimatorDescriptors.java | 144 DeclareStyleableInfo style = styleMap.get(styleName); in addElement() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
D | ResourceExplorerView.java | 277 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/resources/ |
D | ResourceHelper.java | 482 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/configuration/ |
D | ConfigurationMenuListener.java | 266 ConfigurationMenuListener listener, int style, boolean selected) { in create()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | PropertySheetPage.java | 351 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/ |
D | NewXmlFileWizard.java | 258 XmlFormatStyle style = EclipseXmlPrettyPrinter.getForFolderType(folderType); in createXmlFile() local
|