Searched defs:values (Results 1 - 25 of 52) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
H A DValuesTreePage.java17 package com.android.ide.eclipse.adt.internal.editors.values;
H A DValuesContentAssist.java17 package com.android.ide.eclipse.adt.internal.editors.values;
54 * Content Assist Processor for /res/values and /res/drawable XML files
126 sorted.addAll(matches.values());
154 // for the given attribute and offer its values
188 Object[] values = getAttributeValueChoices(currAttrNode, attrInfo,
197 addMatchingProposals(proposals, values, offset, currentNode,
H A DValuesEditorDelegate.java17 package com.android.ide.eclipse.adt.internal.editors.values;
26 import com.android.ide.eclipse.adt.internal.editors.values.descriptors.ValuesDescriptors;
40 * Multi-page form editor for /res/values XML files.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
H A DColorValueDescriptor.java17 package com.android.ide.eclipse.adt.internal.editors.values.descriptors;
23 import com.android.ide.eclipse.adt.internal.editors.values.uimodel.UiColorValueNode;
H A DValuesDescriptors.java17 package com.android.ide.eclipse.adt.internal.editors.values.descriptors;
48 * Complete description of the structure for resources XML files (under res/values/)
161 "A @drawable@ defines a rectangle of color. Android accepts color values written in various web-style formats -- a hexadecimal constant in any of the following forms: #RGB, #ARGB, #RRGGBB, #AARRGGBB. Zero in the alpha channel means transparent. The default value is opaque.",
178 "You can create common dimensions to use for various screen elements by defining @dimension@ values in XML. A dimension resource is a number followed by a unit of measurement. Supported units are px (pixels), in (inches), mm (millimeters), pt (points at 72 DPI), dp (density-independent pixels) and sp (scale-independent pixels)",
195 "Both @styles and themes@ are defined in a style block containing one or more string or numerical values (typically color values), or references to other resources (drawables and so on).",
206 .setTooltip("An optional parent theme. All values from the specified theme will be inherited into this theme. Any values with identical names that you specify will override inherited values."),
H A DItemElementDescriptor.java17 package com.android.ide.eclipse.adt.internal.editors.values.descriptors;
22 import com.android.ide.eclipse.adt.internal.editors.values.uimodel.UiItemElementNode;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/
H A DUiColorValueNode.java17 package com.android.ide.eclipse.adt.internal.editors.values.uimodel;
H A DUiItemElementNode.java17 package com.android.ide.eclipse.adt.internal.editors.values.uimodel;
22 import com.android.ide.eclipse.adt.internal.editors.values.descriptors.ItemElementDescriptor;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
H A DTemplatePreviewPage.java28 TemplatePreviewPage(NewTemplateWizardState values) { argument
30 mValues = values;
H A DActivityPage.java71 ActivityPage(NewProjectWizardState values, boolean onlyActivities, boolean askCreate) { argument
73 mValues = values;
H A DTemplateWizard.java97 protected WizardPage getPreviewPage(NewTemplateWizardState values) { argument
99 mPreviewPage = new TemplatePreviewPage(values);
H A DNewProjectWizard.java167 // ask the users about, since we will supply these values from the rest
252 void setValues(NewProjectWizardState values) { argument
253 mValues = values;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
H A DListAttributeDescriptor.java29 * Describes a text attribute that can contains some predefined values.
50 * If <code>attrInfo</code> is not null and has non-null enum values, these will be
52 * Otherwise values are automatically extracted from the FrameworkResourceManager.
62 * Creates a new {@link ListAttributeDescriptor} which uses the provided values
66 String[] values) {
68 mValues = values;
65 ListAttributeDescriptor(String xmlLocalName, String nsUri, IAttributeInfo attrInfo, String[] values) argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
H A DChooseAssetTypePage.java53 public ChooseAssetTypePage(CreateAssetSetWizardState values) { argument
55 mValues = values;
72 for (AssetType type : AssetType.values()) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
H A DChooseConfigurationPage.java61 * @param values value object holding current wizard state
63 public ChooseConfigurationPage(NewXmlFileWizard.Values values) { argument
65 mValues = values;
H A DNewXmlFileWizard.java107 protected NewXmlFileCreationPage createMainPage(NewXmlFileWizard.Values values) { argument
108 return new NewXmlFileCreationPage(MAIN_PAGE_NAME, values);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
H A DAndroidTargetParser.java63 * <li>The list of permissions values from <code>android.Manifest$permission</code></li>
114 // get the action and category values for the Intents.
331 * @return a non null (but possibly empty) array containing the permission values.
377 * Loads and collects the action and category default values from the framework.
378 * The values are added to the <code>actions</code> and <code>categories</code> lists.
380 * @param activityActions the list which will receive the activity action values.
381 * @param broadcastActions the list which will receive the broadcast action values.
382 * @param serviceActions the list which will receive the service action values.
383 * @param categories the list which will receive the category values.
399 * Collects values fro
403 collectValues(String osFilePath, ArrayList<String> values) argument
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
H A DSampleSelectionPage.java62 SampleSelectionPage(NewProjectWizardState values) { argument
66 mValues = values;
H A DSdkSelectionPage.java64 SdkSelectionPage(NewProjectWizardState values) { argument
66 mValues = values;
H A DTestTargetPage.java61 TestTargetPage(NewProjectWizardState values) { argument
65 mValues = values;
H A DApplicationInfoPage.java83 ApplicationInfoPage(NewProjectWizardState values) { argument
85 mValues = values;
H A DProjectNamePage.java96 * @param values current wizard state
98 ProjectNamePage(NewProjectWizardState values) { argument
100 mValues = values;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
H A DValueCompleterTest.java41 String property, EnumSet<Format> formats, String[] values,
46 new TestAttributeInfo(property, formats, "unittest", values, values, null);
40 checkCompletion(String text, int offset, String property, EnumSet<Format> formats, String[] values, List<String> expected) argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
H A DAttributeInfo.java50 * possible flag or enum values, whether it's deprecated and its javadoc.
120 /** Returns the values for enums. null for other types. */
125 /** Returns the values for flags. null for other types. */
141 /** Sets the values for enums. null for other types. */
142 public AttributeInfo setEnumValues(String[] values) { argument
143 mEnumValues = values;
147 /** Sets the values for flags. null for other types. */
148 public AttributeInfo setFlagValues(String[] values) { argument
149 mFlagValues = values;
339 // 32 big hex values lik
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
H A DNestedConfiguration.java30 * all of its values from a different configuration, except for one or more
41 /** The configuration we are inheriting non-overridden values from */
80 * its values from the given {@linkplain Configuration}.
83 * @param values the configuration to copy values from
84 * @param parent the parent to tie the configuration to for inheriting values
90 @NonNull Configuration values,
94 initFrom(configuration, other, values, true /*sync*/);
101 * its values from the given {@linkplain Configuration}.
105 * @param values th
88 create( @onNull NestedConfiguration other, @NonNull Configuration values, @NonNull Configuration parent) argument
108 initFrom(NestedConfiguration configuration, NestedConfiguration other, Configuration values, boolean sync) argument
[all...]

Completed in 261 milliseconds

123