/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion12-expected-completion75.txt | 2 layout : [reference]. * Required. 3 style : A reference to a custom style [reference] 4 … this view, to later retrieve it with View.findViewById() or Activity.findViewById(). [reference] 8 android:background : A drawable to use as the background. [color, reference] 27 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference] 28 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference] 29 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference] 30 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference] 36 …tFocusLeft : Defines the next view to give focus to when the next focus is FOCUS_LEFT. [reference] 37 …reference refers to a view that does not exist or is part of a hierarchy that is invisible, a jav… [all …]
|
D | completion11-expected-complation79.txt | 2 android.accounts.AccountAuthenticatorActivity : <p>See <code><a href="/reference/android/app/Search… 3 …br/> Use the new <code><a href="/reference/android/app/Fragment.html">Fragment</a></code> and <cod… 4 …reference/android/app/SearchManager.html">android.app.SearchManager</a></code> for more details.</… 5 android.app.ExpandableListActivity : <p> ExpandableListActivity hosts a <code><a href="/reference… 6 … extends <a href="/reference/android/app/List… 7 android.app.ListActivity : <p> ListActivity hosts a <code><a href="/reference/android/widget/ListV… 10 …ers of preferences, each of which is associated with a <code><a href="/reference/android/preferen…
|
D | completionvalues1-expected-completion32.txt | 18 android:background : A drawable to use as the background. [color, reference] 25 …oid:button : Drawable used for the button graphic (e.g. checkbox, radio button, etc). [reference] 29 android:checkMark : Drawable used for the check mark graphic. [reference] 32 android:childDivider : Drawable or color that is used as a divider for children. [color, reference] 33 android:childIndicator : Indicator shown beside the child View. [reference] 47 android:completionHintView : Defines the hint view displayed in the drop down menu. [reference] 49 android:content : Identifier for the child that represents the drawer's content. [reference] 53 android:dateTextAppearance : The text appearance for the calendar dates. [reference] 55 android:dial : [reference] 63 android:drawableBottom : The drawable to be drawn below the text. [color, reference] [all …]
|
D | completion1-expected-completion39.txt | 2 style : A reference to a custom style [reference] 6 android:textColor : Text color. [color, reference] 7 android:textColorHighlight : Color of the text selection highlight. [color, reference] 8 android:textColorHint : Color of the hint text. [color, reference] 9 android:textAppearance : Base text color, typeface, size, and style. [reference] 15 android:textColorLink : Text color for links. [color, reference] 52 android:drawableTop : The drawable to be drawn above the text. [color, reference] 53 android:drawableBottom : The drawable to be drawn below the text. [color, reference] 54 android:drawableLeft : The drawable to be drawn to the left of the text. [color, reference] 55 android:drawableRight : The drawable to be drawn to the right of the text. [color, reference] [all …]
|
D | completion5-expected-completion40.txt | 2 style : A reference to a custom style [reference] 6 android:textColor : Text color. [color, reference] 7 android:textColorHighlight : Color of the text selection highlight. [color, reference] 8 android:textColorHint : Color of the hint text. [color, reference] 9 android:textAppearance : Base text color, typeface, size, and style. [reference] 15 android:textColorLink : Text color for links. [color, reference] 52 android:drawableTop : The drawable to be drawn above the text. [color, reference] 53 android:drawableBottom : The drawable to be drawn below the text. [color, reference] 54 android:drawableLeft : The drawable to be drawn to the left of the text. [color, reference] 55 android:drawableRight : The drawable to be drawn to the right of the text. [color, reference] [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 android:icon : [reference] 7 …o : A Drawable resource providing an extended graphical logo for its associated item. [reference]
|
D | fragmentlayout-expected-complation77.txt | 2 …plementations should override this class and implement <code><a href="/reference/android/app/Frag… 3 android.app.ListFragment : <p> ListFragment hosts a <code><a href="/reference/android/widget/ListV…
|
D | fragmentlayout-expected-complation78.txt | 2 …plementations should override this class and implement <code><a href="/reference/android/app/Frag… 3 android.app.ListFragment : <p> ListFragment hosts a <code><a href="/reference/android/widget/ListV…
|
D | broken1-expected-completion20.txt | 2 android:textColorHighlight : Color of the text selection highlight. [color, reference]
|
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. [color, reference]
|
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. [color, reference]
|
D | navigation1-expected-navigate16.txt | 7 <attr name="alertDialogStyle" format="reference" />^
|
D | navigation1-expected-navigate15.txt | 7 <attr name="alertDialogStyle" format="reference" />^
|
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
|
/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()
|
D | LayoutWindowCoordinator.java | 213 IWorkbenchPartReference reference = page.getActivePartReference(); in isPageZoomed() local 214 if (reference != null && reference instanceof IEditorReference) { in isPageZoomed() 215 int state = page.getPartState(reference); in isPageZoomed()
|
D | IncludeFinder.java | 956 String reference = mId; in getFile() local 957 if (!reference.contains(WS_SEP)) { in getFile() 958 reference = FD_RES_LAYOUT + WS_SEP + reference; in getFile() 961 String projectPath = FD_RESOURCES + WS_SEP + reference + '.' + EXT_XML; in getFile() 1076 Reference reference = queue.removeFirst(); in getInvalidIncludes() local 1077 String refId = reference.getId(); in getInvalidIncludes() 1083 List<String> baseIncluded = getIncludedBy(reference.getName()); in getInvalidIncludes() 1105 for (Reference reference : invalid) { in getInvalidIncludes() 1106 result.add(reference.getResourceName()); in getInvalidIncludes()
|
/sdk/testapps/jarCheckTests1/app/ |
D | project.properties | 12 android.library.reference.1=../lib1 13 android.library.reference.2=../lib2
|
/sdk/testapps/jarCheckTests3/app/ |
D | project.properties | 12 android.library.reference.1=../lib1 13 android.library.reference.2=../lib2
|
/sdk/testapps/jarCheckTests2/app/ |
D | project.properties | 12 android.library.reference.1=../lib1 13 android.library.reference.2=../lib2
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
D | UiElementDetail.java | 345 final HashSet<UiAttributeNode> reference = new HashSet<UiAttributeNode>(); in createUiAttributeControls() local 352 reference); in createUiAttributeControls() 366 updateUnknownAttributesSection(ui_node, unknownTable, managedForm, reference); in createUiAttributeControls() 435 HashSet<UiAttributeNode> reference) { in updateUnknownAttributesSection() argument 447 boolean has_differences = ui_attrs.size() != reference.size(); in updateUnknownAttributesSection() 450 if (!reference.contains(ui_attr)) { in updateUnknownAttributesSection() 459 reference.clear(); in updateUnknownAttributesSection() 468 reference.add(ui_attr); in updateUnknownAttributesSection()
|
/sdk/testapps/javaProjectTest/app/ |
D | project.properties | 15 android.library.reference.1=../lib1 16 android.library.reference.2=../lib2
|