OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listview
(Results
226 - 250
of
756
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/ContactManager/res/layout/
contact_manager.xml
21
<
ListView
android:layout_width="match_parent"
/development/samples/MySampleRss/res/layout/
main_screen.xml
23
<
ListView
android:id="@+id/rssListView"
main_screen2.xml
23
<
ListView
android:id="@+id/rssListView"
/development/samples/SearchableDictionary/res/layout/
main.xml
33
<
ListView
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java
32
import android.widget.
ListView
;
46
private
ListView
mListView;
54
mListView = (
ListView
) findViewById(R.id.list);
109
// Create a simple cursor adapter for the definitions and apply them to the
ListView
/development/samples/XmlAdapters/res/layout/
contacts_list.xml
20
<
ListView
photos_list.xml
19
<
ListView
rss_feeds_list.xml
19
<
ListView
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactsListActivity.java
23
* This activity demonstrates how to create a complex UI using a
ListView
/frameworks/base/core/java/android/accounts/
ChooseAccountTypeActivity.java
32
import android.widget.
ListView
;
102
ListView
list = (
ListView
) findViewById(android.R.id.list);
106
list.setChoiceMode(
ListView
.CHOICE_MODE_NONE);
/frameworks/base/core/java/android/widget/
CheckedTextView.java
34
* This is useful when used in a {@link android.widget.
ListView
ListView
} where the it's
35
* {@link android.widget.
ListView
#setChoiceMode(int) setChoiceMode} has been set to
36
* something other than {@link android.widget.
ListView
#CHOICE_MODE_NONE CHOICE_MODE_NONE}.
/frameworks/base/core/res/res/layout/
activity_list.xml
22
<
ListView
choose_account.xml
27
<
ListView
xmlns:android="http://schemas.android.com/apk/res/android"
select_dialog.xml
23
This layout file is inflated and used as the
ListView
to display the items.
select_dialog_holo.xml
22
This layout file is inflated and used as the
ListView
to display the items.
/frameworks/base/core/res/res/layout-xlarge/
select_dialog_holo.xml
22
This layout file is inflated and used as the
ListView
to display the items.
/frameworks/base/core/tests/coretests/res/layout/
list_dividers.xml
26
<
ListView
android:id="@android:id/list"
list_in_vertical.xml
26
<
ListView
android:id="@+id/list"
list_recycler_profiling.xml
22
<
ListView
android:id="@+id/list"
list_scroll_listener.xml
22
<
ListView
android:id="@android:id/list"
list_thrasher.xml
22
<
ListView
android:id="@android:id/list"
list_with_button_above.xml
32
<
ListView
android:id="@android:id/list"
list_with_empty_view.xml
22
<
ListView
android:id="@android:id/list"
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListButtonsDiagonalAcrossItems.java
17
package android.widget.
listview
;
ListInterleaveFocusables.java
17
package android.widget.
listview
;
Completed in 2186 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>