Home
last modified time | relevance | path

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

12

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DTableHelper.java48 int style, String sample_text, final String pref_name, in createTableColumn()
108 public static void createTreeColumn(Tree parent, String header, int style, in createTreeColumn()
166 public static void createTreeColumn(Tree parent, String header, int style, in createTreeColumn()
DScreenShotDialog.java75 public ScreenShotDialog(Shell parent, int style) { in ScreenShotDialog()
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
DToggleButton.java42 int style, in ToggleButton()
103 int style = super.getStyle(); in getStyle() local
DImgDisabledButton.java31 int style, in ImgDisabledButton()
DSdkTargetSelector.java93 int style = SWT.BORDER | SWT.SINGLE | SWT.FULL_SELECTION; in SdkTargetSelector() local
/sdk/assetstudio/tests/src/com/android/assetstudiolib/
DLauncherIconGeneratorTest.java26 GraphicGenerator.Shape shape, GraphicGenerator.Style style, in checkGraphic()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/actions/
DToolItemAction.java31 public ToolItemAction(ToolBar parent, int style) { in ToolItemAction()
/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/layoutlib_api/src/com/android/ide/common/rendering/api/
DRenderResources.java141 public ResourceValue findItemInStyle(StyleResourceValue style, String attrName) { in findItemInStyle()
154 public ResourceValue findItemInStyle(StyleResourceValue style, String attrName, in findItemInStyle()
/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()
/sdk/ddms/app/src/com/android/ddms/
DAboutDialog.java55 public AboutDialog(Shell parent, int style) { in AboutDialog()
/sdk/rule_api/src/com/android/ide/common/api/
DIGraphics.java146 void useStyle(@NonNull DrawingStyle style); in useStyle()
233 void setLineStyle(@NonNull LineStyle style); in setLineStyle()
/sdk/sdk_common/src/com/android/ide/common/resources/
DResourceResolver.java159 public ResourceValue findItemInStyle(StyleResourceValue style, String attrName) { in findItemInStyle()
172 public ResourceValue findItemInStyle(StyleResourceValue style, String itemName, in findItemInStyle()
461 StyleResourceValue style = (StyleResourceValue)value; in computeStyleInheritance() 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/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/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/common/layout/grid/
DGridLayoutPainter.java60 public static void paintStructure(DrawingStyle style, INode layout, IGraphics gc, in paintStructure()
331 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/assetstudio/src/com/android/assetstudiolib/
DLauncherIconGenerator.java137 public Style style = Style.SIMPLE; field in LauncherIconGenerator.LauncherOptions
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DAndroidXmlFormattingStrategy.java323 XmlFormatStyle style = guessStyle(model, domDocument); in format() local
506 XmlFormatStyle style = XmlFormatStyle.LAYOUT; in guessStyle() local

12