/sdk/ide_common/src/com/android/ide/common/resources/ |
D | ResourceResolver.java | 184 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/ |
D | completionvalues1-expected-completion32.txt | 17 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 …]
|
D | completion1-expected-completion39.txt | 2 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 …]
|
D | completion5-expected-completion40.txt | 2 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 …]
|
D | completionvalues1-expected-completion23.txt | 3 …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]
|
D | drawable1-expected-completion49.txt | 6 android:drawable : Drawable used to render the layer. [reference] 7 android:id : Identifier of the layer. [reference]
|
D | manifest-expected-completion18.txt | 3 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]
|
D | broken1-expected-completion20.txt | 2 android:textColorHighlight : Color of the text selection highlight. [reference, color]
|
D | manifest-expected-navigate10.txt | 6 reference/android/Manifest.permission.html#ACCESS_NETWORK_STATE
|
D | manifest-expected-navigate11a.txt | 6 reference/android/content/Intent.html#ACTION_MAIN
|
D | manifest-expected-navigate11g.txt | 6 reference/android/content/Intent.html#CATEGORY_LAUNCHER
|
D | anim1-expected-completion56.txt | 4 …nterpolator : Defines the interpolator used to smooth the animation movement in time. [reference] 13 android:background : Special background behind animation. [reference, color]
|
D | anim1-expected-completion55.txt | 6 …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/ |
D | ShowWithinMenu.java | 39 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/ |
D | default.properties | 13 android.library.reference.1=../basicLib 14 android.library.reference.2=../basicLibWithJar
|
/sdk/ide_common/src/com/android/ide/common/resources/configuration/ |
D | UiModeQualifier.java | 82 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) { in isBetterMatchThan() argument 88 UiModeQualifier referenceQualifier = (UiModeQualifier)reference; in isBetterMatchThan()
|
D | KeyboardStateQualifier.java | 89 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) { in isBetterMatchThan() argument 95 KeyboardStateQualifier referenceQualifier = (KeyboardStateQualifier)reference; in isBetterMatchThan()
|
D | DensityQualifier.java | 103 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) { in isBetterMatchThan() argument 109 DensityQualifier referenceQ = (DensityQualifier)reference; in isBetterMatchThan()
|
D | ScreenHeightQualifier.java | 109 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) { in isBetterMatchThan() argument 115 ScreenHeightQualifier referenceQ = (ScreenHeightQualifier)reference; in isBetterMatchThan()
|
D | SmallestScreenWidthQualifier.java | 109 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) { in isBetterMatchThan() argument 115 SmallestScreenWidthQualifier referenceQ = (SmallestScreenWidthQualifier)reference; in isBetterMatchThan()
|
D | ScreenWidthQualifier.java | 109 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) { in isBetterMatchThan() argument 115 ScreenWidthQualifier referenceQ = (ScreenWidthQualifier)reference; in isBetterMatchThan()
|
D | VersionQualifier.java | 138 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/ |
D | DataBindingItem.java | 40 public DataBindingItem(ResourceReference reference, int count) { in DataBindingItem() argument 41 mReference = reference; in DataBindingItem()
|
D | SessionParams.java | 130 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/ |
D | UiElementDetail.java | 334 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()
|