Home
last modified time | relevance | path

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

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DTableHelper.java48 int style, String sample_text, final String pref_name, in createTableColumn()
106 public static void createTreeColumn(Tree parent, String header, int style, in createTreeColumn()
162 public static void createTreeColumn(Tree parent, String header, int style, in createTreeColumn()
DScreenShotDialog.java69 public ScreenShotDialog(Shell parent, int style) { in ScreenShotDialog()
/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.adt/src/com/android/ide/eclipse/adt/internal/resources/
DAttrsXmlParser.java137 DeclareStyleableInfo style = mStyleMap.get(xmlName); in loadViewAttributes() local
156 DeclareStyleableInfo style = mStyleMap.get(xmlName); in loadLayoutParamsAttributes() local
225 DeclareStyleableInfo style = parseDeclaredStyleable(name, node); in parseResources() 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/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvasViewer.java51 int style) { in LayoutCanvasViewer()
DGCWrapper.java149 public void setLineStyle(LineStyle style) { in setLineStyle()
DLayoutCanvas.java227 int style) { in LayoutCanvas()
/sdk/ddms/app/src/com/android/ddms/
DAboutDialog.java55 public AboutDialog(Shell parent, int style) { in AboutDialog()
DDeviceCommandDialog.java88 int style) in DeviceCommandDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiListAttributeNode.java75 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.java158 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/ui/
DResourceExplorerView.java275 public void createTreeColumn(Tree parent, String header, int style, in createTreeColumn()
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
DSdkTargetSelector.java87 int style = SWT.BORDER | SWT.SINGLE | SWT.FULL_SELECTION; in SdkTargetSelector() local
DAvdSelector.java233 int style = SWT.FULL_SELECTION | SWT.SINGLE | SWT.BORDER; in AvdSelector() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
DIGraphics.java88 void setLineStyle(LineStyle style); in setLineStyle()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
DAndroidManifestDescriptors.java380 DeclareStyleableInfo style = styleMap != null ? styleMap.get(styleName) : null; in inflateElement() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationComposite.java357 Composite parent, int style) { in ConfigurationComposite()
1662 IStyleResourceValue style = (IStyleResourceValue)value; in isTheme() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileCreationPage.java475 private GridData newGridData(int horizSpan, int style) { in newGridData()