OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listview
(Results
476 - 500
of
1727
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/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
33
import android.widget.
ListView
;
47
private
ListView
mListView;
55
mListView = (
ListView
) findViewById(R.id.list);
109
// Create a simple cursor adapter for the definitions and apply them to the
ListView
/development/samples/ShortcutDemo/launcher/res/layout/
my_list.xml
20
<
ListView
/development/samples/ShortcutSample/res/layout/
main.xml
32
<
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
/development/samples/browseable/BasicSyncAdapter/res/values/
base-strings.xml
29
inside a
ListView
.
/development/samples/browseable/BluetoothChat/res/layout/
fragment_bluetooth_chat.xml
22
<
ListView
/development/samples/browseable/DataLayer/Wearable/res/layout/
data_fragment.xml
23
<
ListView
/development/samples/browseable/DirectShare/res/layout/
select_contact.xml
17
<
ListView
xmlns:android="http://schemas.android.com/apk/res/android"
/development/samples/browseable/DisplayingBitmaps/res/values/
base-strings.xml
30
in UI elements such as ViewPager and
ListView
/GridView.
/development/samples/browseable/SwipeRefreshLayoutBasic/res/layout/
fragment_sample.xml
24
<
ListView
/development/samples/browseable/SwipeRefreshLayoutBasic/res/values/
base-strings.xml
26
In this sample the View which can be refreshed is a
ListView
.
/development/samples/browseable/SwipeRefreshListFragment/res/values/
base-strings.xml
25
\'swipe-to-refresh\' gesture to a
ListView
, enabling the ability to trigger a refresh
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
OnRowAdditionAnimationListener.java
22
* under which certain elements, such as the
listview
itself, can be disabled
/development/samples/devbytes/animation/ListViewDraggingAnimation/res/layout/
activity_list_view.xml
24
android:id="@+id/
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/com/android/internal/app/
MediaRouteChooserDialog.java
34
import android.widget.
ListView
;
57
private
ListView
mListView;
136
mListView = (
ListView
)findViewById(R.id.media_route_list);
180
implements
ListView
.OnItemClickListener {
/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"
Completed in 570 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>