OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listview
(Results
401 - 425
of
1340
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/samples/ApiDemos/res/layout/
list_7.xml
24
<
ListView
android:id="@android:id/list"
searchview_filter.xml
25
<
ListView
/development/samples/BluetoothChat/res/layout/
main.xml
22
<
ListView
android:id="@+id/in"
/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/Support4Demos/res/layout/
swipe_refresh_widget_sample.xml
22
<
ListView
/development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarWithDrawerLayout.java
31
import android.widget.
ListView
;
37
private
ListView
mDrawer;
49
mDrawer = (
ListView
) findViewById(R.id.start_drawer);
102
private class DrawerItemClickListener implements
ListView
.OnItemClickListener {
/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/AdapterTransition/res/values/
base-strings.xml
26
Transition cannot be directly applied to AdapterViews. In this sample, we demonstrate how to create an overlay layout and run a Transition on it. Press the action bar button to toggle between
ListView
and GridView.
/development/samples/browseable/BasicSyncAdapter/res/values/
base-strings.xml
31
inside a
ListView
.
/development/samples/browseable/DisplayingBitmaps/res/values/
base-strings.xml
32
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
28
In this sample the View which can be refreshed is a
ListView
.
/development/samples/browseable/SwipeRefreshListFragment/res/values/
base-strings.xml
27
\'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
"
/development/samples/wearable/DataLayer/Wearable/src/main/res/layout/
main_activity.xml
22
<
ListView
/external/chromium_org/content/test/data/accessibility/
contenteditable-descendants-expected-android.txt
15
android.widget.
ListView
collection editable_text hierarchical item_count=1 row_count=1
/external/chromium_org/remoting/android/java/res/layout/
main.xml
11
<
ListView
android:id="@+id/hostList_chooser"
Completed in 1015 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>