HomeSort by relevance Sort by last modified time
    Searched full:listview (Results 401 - 425 of 1727) sorted by null

<<11121314151617181920>>

  /cts/apps/CtsVerifier/res/layout/
bt_messages.xml 39 <ListView android:id="@+id/bt_sent_messages"
61 <ListView android:id="@+id/bt_received_messages"
usb_main.xml 31 <ListView android:id="@+id/usb_sent_messages"
54 <ListView android:id="@+id/usb_received_messages"
  /cts/apps/CtsVerifier/res/layout-land/
usb_main.xml 41 <ListView android:id="@+id/usb_sent_messages"
70 <ListView android:id="@+id/usb_received_messages"
  /cts/tests/jank/src/android/jank/cts/ui/
CtsDeviceJankUi.java 26 import android.widget.ListView;
58 getUiDevice().findObject(By.clazz(ListView.class)).fling(Direction.DOWN);
  /developers/build/prebuilts/gradle/CustomChoiceList/Application/src/main/res/layout/
list_item.xml 18 The ListView from sample_main.xml has a choiceMode set, meaning that when a user
19 selects a list item, the ListView will set the state for that item's root view
sample_main.xml 32 When a ListView has a choiceMode set, it will allow users to "choose"
48 <ListView android:id="@android:id/list"
  /developers/samples/android/ui/holo/BorderlessButtons/
template-params.xml 50 <android>android.widget.ListView</android>
64 This includes a ListView with custom rows and buttons, using dividing lines to create
  /developers/samples/android/ui/lists/CustomChoiceList/Application/src/main/res/layout/
list_item.xml 18 The ListView from sample_main.xml has a choiceMode set, meaning that when a user
19 selects a list item, the ListView will set the state for that item's root view
sample_main.xml 32 When a ListView has a choiceMode set, it will allow users to "choose"
48 <ListView android:id="@android:id/list"
  /development/apps/Development/src/com/android/development/
PermissionDetails.java 49 import android.widget.ListView;
122 // by ListView is null.
148 ListView listView = (ListView)findViewById(android.R.id.list);
150 ListView lv= (ListView) findViewById(android.R.id.list);
154 listView.setAdapter(mAdapter);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionScroll.java 34 * thereby acheiving the result. Note that {@link android.widget.ListView} also implements the
36 * within either {@link android.widget.ScrollView}s or {@link android.widget.ListView}s can
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiDirectServicesList.java 12 import android.widget.ListView;
46 public void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/browseable/CustomChoiceList/res/layout/
list_item.xml 18 The ListView from sample_main.xml has a choiceMode set, meaning that when a user
19 selects a list item, the ListView will set the state for that item's root view
sample_main.xml 32 When a ListView has a choiceMode set, it will allow users to "choose"
48 <ListView android:id="@android:id/list"
  /development/samples/training/AnimationsDemo/res/layout/
activity_layout_changes.xml 21 <!-- A vertical LinearLayout in a ScrollView. This emulates a ListView (and is lighter weight
22 than a ListView when there aren't many rows). -->
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Scroller.java 33 * @param containerFinder Finder for the container that can scroll, for instance a ListView
45 * @param containerFinder Finder for the container that can scroll, for instance a ListView
  /frameworks/base/core/java/com/android/internal/view/menu/
ExpandedMenuView.java 28 import android.widget.ListView;
34 public final class ExpandedMenuView extends ListView implements ItemInvoker, MenuView, OnItemClickListener {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListRetainsFocusAcrossLayoutsTest.java 17 package android.widget.listview;
19 import android.widget.listview.ListItemFocusablesClose;
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
StorageBrowser.java 30 import android.widget.ListView;
114 protected void onListItemClick(ListView l, View v, int position, long id) {
  /frameworks/ex/framesequence/samples/FrameSequenceSamples/src/com/android/framesequence/samples/
SamplesList.java 23 import android.widget.ListView;
59 protected void onListItemClick(ListView l, View v, int position, long id) {
  /frameworks/opt/timezonepicker/res/layout/
timezonepickerview.xml 61 <ListView
67 </ListView>
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ExpandedMenuView.java 26 import android.widget.ListView;
34 public final class ExpandedMenuView extends ListView
  /frameworks/support/v7/appcompat/tests/res/layout/
drawer_dynamic_content_double_end_single_start.xml 32 <ListView
48 <ListView
drawer_dynamic_content_double_start_single_end.xml 32 <ListView
50 <ListView
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerStability.java 22 import android.widget.ListView;
34 private ListView mTrackList;

Completed in 2910 milliseconds

<<11121314151617181920>>