Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 25 of 38) sorted by relevance

12

/sdk/ide_common/src/com/android/ide/common/resources/
DResourceResolver.java184 public ResourceValue findResValue(String reference, boolean forceFrameworkOnly) { in findResValue() argument
185 if (reference == null) { in findResValue()
188 if (reference.startsWith(PREFIX_THEME_REF)) { in findResValue()
197 if (reference.startsWith(PREFIX_ANDROID_THEME_REF)) { in findResValue()
199 reference = reference.substring(PREFIX_ANDROID_THEME_REF.length()); in findResValue()
201 reference = reference.substring(PREFIX_THEME_REF.length()); in findResValue()
206 String[] segments = reference.split("\\/"); in findResValue()
244 reference), in findResValue()
249 } else if (reference.startsWith(PREFIX_RESOURCE_REF)) { in findResValue()
253 if (REFERENCE_NULL.equals(reference)) { in findResValue()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion32.txt17 android:background : A drawable to use as the background. [reference, color]
24 …oid:button : Drawable used for the button graphic (e.g. checkbox, radio button, etc). [reference]
28 android:checkMark : Drawable used for the check mark graphic. [reference]
31 android:childDivider : Drawable or color that is used as a divider for children. [reference, color]
32 android:childIndicator : Indicator shown beside the child View. [reference]
43 android:completionHintView : Defines the hint view displayed in the drop down menu. [reference]
45 android:content : Identifier for the child that represents the drawer's content. [reference]
49 android:dateTextAppearance : The text appearance for the calendar dates. [reference]
51 android:dial : [reference]
58 android:drawableBottom : The drawable to be drawn below the text. [reference, color]
[all …]
Dcompletion1-expected-completion39.txt2 style : A reference to a custom style [reference]
6 android:textColor : Text color. [reference, color]
7 android:textColorHighlight : Color of the text selection highlight. [reference, color]
8 android:textColorHint : Color of the hint text. [reference, color]
9 android:textAppearance : Base text color, typeface, size, and style. [reference]
14 android:textColorLink : Text color for links. [reference, color]
51 android:drawableTop : The drawable to be drawn above the text. [reference, color]
52 android:drawableBottom : The drawable to be drawn below the text. [reference, color]
53 android:drawableLeft : The drawable to be drawn to the left of the text. [reference, color]
54 android:drawableRight : The drawable to be drawn to the right of the text. [reference, color]
[all …]
Dcompletion5-expected-completion40.txt2 style : A reference to a custom style [reference]
6 android:textColor : Text color. [reference, color]
7 android:textColorHighlight : Color of the text selection highlight. [reference, color]
8 android:textColorHint : Color of the hint text. [reference, color]
9 android:textAppearance : Base text color, typeface, size, and style. [reference]
14 android:textColorLink : Text color for links. [reference, color]
51 android:drawableTop : The drawable to be drawn above the text. [reference, color]
52 android:drawableBottom : The drawable to be drawn below the text. [reference, color]
53 android:drawableLeft : The drawable to be drawn to the left of the text. [reference, color]
54 android:drawableRight : The drawable to be drawn to the right of the text. [reference, color]
[all …]
Dcompletionvalues1-expected-completion23.txt3 …ll be used to display a text selection anchor for positioning the cursor within text. [reference]
4 …ll be used to display a text selection anchor on the left side of a selection region. [reference]
5 …l be used to display a text selection anchor on the right side of a selection region. [reference]
Ddrawable1-expected-completion49.txt6 android:drawable : Drawable used to render the layer. [reference]
7 android:id : Identifier of the layer. [reference]
Dmanifest-expected-completion18.txt3 android:theme : The overall theme to use for an activity. [reference]
4 android:label : A user-legible name for the given item. [string, reference]
5 android:description : Descriptive text for the associated data. [reference]
6 …on : A Drawable resource providing a graphical representation of its associated item. [reference]
7 …o : A Drawable resource providing an extended graphical logo for its associated item. [reference]
Dbroken1-expected-completion20.txt2 android:textColorHighlight : Color of the text selection highlight. [reference, color]
Dmanifest-expected-navigate10.txt6 reference/android/Manifest.permission.html#ACCESS_NETWORK_STATE
Dmanifest-expected-navigate11a.txt6 reference/android/content/Intent.html#ACTION_MAIN
Dmanifest-expected-navigate11g.txt6 reference/android/content/Intent.html#CATEGORY_LAUNCHER
Danim1-expected-completion56.txt4 …nterpolator : Defines the interpolator used to smooth the animation movement in time. [reference]
13 android:background : Special background behind animation. [reference, color]
Danim1-expected-completion55.txt6 …nterpolator : Defines the interpolator used to smooth the animation movement in time. [reference]
15 android:background : Special background behind animation. [reference, color]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DShowWithinMenu.java39 for (final Reference reference : includedBy) { in addMenuItems()
40 String title = reference.getDisplayName(); in addMenuItems()
41 IAction action = new ShowWithinAction(title, reference); in addMenuItems()
60 public ShowWithinAction(String title, Reference reference) { in ShowWithinAction() argument
62 mReference = reference; in ShowWithinAction()
/sdk/testapps/basicProjectWithLib/
Ddefault.properties13 android.library.reference.1=../basicLib
14 android.library.reference.2=../basicLibWithJar
/sdk/ide_common/src/com/android/ide/common/resources/configuration/
DUiModeQualifier.java82 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) { in isBetterMatchThan() argument
88 UiModeQualifier referenceQualifier = (UiModeQualifier)reference; in isBetterMatchThan()
DKeyboardStateQualifier.java89 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) { in isBetterMatchThan() argument
95 KeyboardStateQualifier referenceQualifier = (KeyboardStateQualifier)reference; in isBetterMatchThan()
DDensityQualifier.java103 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) { in isBetterMatchThan() argument
109 DensityQualifier referenceQ = (DensityQualifier)reference; in isBetterMatchThan()
DScreenHeightQualifier.java109 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) { in isBetterMatchThan() argument
115 ScreenHeightQualifier referenceQ = (ScreenHeightQualifier)reference; in isBetterMatchThan()
DSmallestScreenWidthQualifier.java109 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) { in isBetterMatchThan() argument
115 SmallestScreenWidthQualifier referenceQ = (SmallestScreenWidthQualifier)reference; in isBetterMatchThan()
DScreenWidthQualifier.java109 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) { in isBetterMatchThan() argument
115 ScreenWidthQualifier referenceQ = (ScreenWidthQualifier)reference; in isBetterMatchThan()
DVersionQualifier.java138 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) { in isBetterMatchThan() argument
144 VersionQualifier referenceQ = (VersionQualifier)reference; in isBetterMatchThan()
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
DDataBindingItem.java40 public DataBindingItem(ResourceReference reference, int count) { in DataBindingItem() argument
41 mReference = reference; in DataBindingItem()
DSessionParams.java130 public void addAdapterBinding(ResourceReference reference, AdapterBinding data) { in addAdapterBinding() argument
135 mAdapterBindingMap.put(reference, data); in addAdapterBinding()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiElementDetail.java334 final HashSet<UiAttributeNode> reference = new HashSet<UiAttributeNode>(); in createUiAttributeControls() local
340 reference); in createUiAttributeControls()
353 updateUnknownAttributesSection(ui_node, unknownTable, managedForm, reference); in createUiAttributeControls()
420 HashSet<UiAttributeNode> reference) { in updateUnknownAttributesSection() argument
432 boolean has_differences = ui_attrs.size() != reference.size(); in updateUnknownAttributesSection()
435 if (!reference.contains(ui_attr)) { in updateUnknownAttributesSection()
444 reference.clear(); in updateUnknownAttributesSection()
453 reference.add(ui_attr); in updateUnknownAttributesSection()

12