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

<<11121314151617181920>>

  /packages/apps/Camera2/res/layout/
details_list.xml 17 <ListView xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/apps/Contacts/res/layout/
contact_detail_updates_fragment.xml 17 <ListView
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
AutoScrollListView.java 21 import android.widget.ListView;
24 * A ListView that can be asked to scroll (smoothly or otherwise) to a specific
26 * in {@link ListView} and enhances it.
28 public class AutoScrollListView extends ListView {
  /packages/apps/Gallery2/res/layout/
details_list.xml 17 <ListView xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/apps/KeyChain/res/layout/
cert_chooser.xml 16 <ListView xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/apps/Messaging/res/layout/
blocked_participants_fragment.xml 17 <ListView
debug_mmsconfig_fragment.xml 17 <ListView
people_and_options_fragment.xml 17 <ListView
settings_fragment.xml 17 <ListView
  /packages/experimental/LoaderApp/res/layout/
contacts_list.xml 20 <ListView xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/experimental/LoaderApp/res/layout-xlarge/
contacts_list.xml 20 <ListView xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
GroupsListFragment.java 34 import android.widget.ListView;
45 ListView mList;
60 ListView list = (ListView) inflater.inflate(R.layout.contacts_list, container, false);
  /platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
UiBenchRenderingJankTests.java 32 import android.widget.ListView;
94 By.clazz(ListView.class)), mHelper.TIMEOUT);
99 By.clazz(ListView.class)), mHelper.TIMEOUT);
103 By.clazz(ListView.class)), mHelper.TIMEOUT);
  /frameworks/base/core/java/android/preference/
PreferenceScreen.java 35 import android.widget.ListView;
96 private ListView mListView;
159 * Binds a {@link ListView} to the preferences contained in this {@link PreferenceScreen} via
163 * @param listView The list view to attach to.
165 public void bind(ListView listView) {
166 listView.setOnItemClickListener(this);
167 listView.setAdapter(getRootAdapter());
191 mListView = (ListView) childPrefScreen.findViewById(android.R.id.list);
242 if (parent instanceof ListView) {
    [all...]
  /cts/hostsidetests/ui/appA/src/android/taskswitching/appa/
AppAActivity.java 26 import android.widget.ListView;
49 ListView view = getListView();
  /cts/hostsidetests/ui/appB/src/android/taskswitching/appb/
AppBActivity.java 25 import android.widget.ListView;
48 ListView view = getListView();
  /cts/tests/app/app/src/android/app/stubs/
LauncherActivityStub.java 24 import android.widget.ListView;
64 public void onListItemClick(ListView l, View v, int position, long id) {
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/res/layout/
activity_device_list.xml 33 <ListView
52 <ListView
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/res/layout/
fragment_list.xml 54 <ListView
58 </ListView>
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/res/layout/
activity_device_list.xml 33 <ListView
52 <ListView
  /developers/samples/android/media/MediaBrowserService/Application/src/main/res/layout/
fragment_list.xml 54 <ListView
58 </ListView>
  /development/samples/ApiDemos/res/layout/
game_controller_input.xml 36 <ListView
42 </ListView>
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentListArray.java 27 import android.widget.ListView;
56 public void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/BluetoothChat/res/layout/
device_list.xml 30 <ListView android:id="@+id/paired_devices"
45 <ListView android:id="@+id/new_devices"
  /development/samples/StackWidget/
_index.html 5 a <a href="../../../reference/android/widget/ListView.html"><code>ListView</code></a>,

Completed in 1238 milliseconds

<<11121314151617181920>>