Home
last modified time | relevance | path

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

12

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion12-expected-completion75.txt2 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]
37reference refers to a view that does not exist or is part of a hierarchy that is invisible, a jav…
[all …]
Dcompletion11-expected-complation79.txt2 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…
4reference/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…
Dcompletionvalues1-expected-completion32.txt18 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 …]
Dcompletion1-expected-completion39.txt2 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 …]
Dcompletion5-expected-completion40.txt2 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 …]
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 android:icon : [reference]
7 …o : A Drawable resource providing an extended graphical logo for its associated item. [reference]
Dfragmentlayout-expected-complation77.txt2 …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…
Dfragmentlayout-expected-complation78.txt2 …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…
Dbroken1-expected-completion20.txt2 android:textColorHighlight : Color of the text selection highlight. [color, reference]
Danim1-expected-completion55.txt6 …nterpolator : Defines the interpolator used to smooth the animation movement in time. [reference]
15 android:background : Special background behind animation. [color, reference]
Danim1-expected-completion56.txt4 …nterpolator : Defines the interpolator used to smooth the animation movement in time. [reference]
13 android:background : Special background behind animation. [color, reference]
Dnavigation1-expected-navigate16.txt7 <attr name="alertDialogStyle" format="reference" />^
Dnavigation1-expected-navigate15.txt7 <attr name="alertDialogStyle" format="reference" />^
Dmanifest-expected-navigate10.txt6 reference/android/Manifest.permission.html#ACCESS_NETWORK_STATE
Dmanifest-expected-navigate11a.txt6 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/
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()
DLayoutWindowCoordinator.java213 IWorkbenchPartReference reference = page.getActivePartReference(); in isPageZoomed() local
214 if (reference != null && reference instanceof IEditorReference) { in isPageZoomed()
215 int state = page.getPartState(reference); in isPageZoomed()
DIncludeFinder.java956 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/
Dproject.properties12 android.library.reference.1=../lib1
13 android.library.reference.2=../lib2
/sdk/testapps/jarCheckTests3/app/
Dproject.properties12 android.library.reference.1=../lib1
13 android.library.reference.2=../lib2
/sdk/testapps/jarCheckTests2/app/
Dproject.properties12 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/
DUiElementDetail.java345 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/
Dproject.properties15 android.library.reference.1=../lib1
16 android.library.reference.2=../lib2

12