HomeSort by relevance Sort by last modified time
    Searched full:listview (Results 726 - 750 of 1340) sorted by null

<<21222324252627282930>>

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsFragment.java 43 import android.widget.ListView;
62 private ListView mList;
91 mList = (ListView) view.findViewById(android.R.id.list);
93 mList.setChoiceMode(ListView.CHOICE_MODE_SINGLE);
  /frameworks/base/tests/HwAccelerationTest/res/layout/
list_activity.xml 51 <ListView
view_layers_5.xml 72 <ListView
  /frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
Fountain.java 35 import android.widget.ListView;
  /frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
Fountain_v11.java 36 import android.widget.ListView;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
IPControlsJB.java 34 import android.widget.ListView;
53 private ListView mTestListView;
112 mTestListView = (ListView) findViewById(R.id.test_list);
118 mTestListView.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
RSTest_v11.java 36 import android.widget.ListView;
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
RSTest_v14.java 35 import android.widget.ListView;
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
RSTest_v16.java 35 import android.widget.ListView;
  /packages/apps/Calendar/res/layout/
appwidget.xml 50 <ListView
  /packages/apps/Contacts/res/layout-sw600dp/
group_detail_fragment.xml 79 <ListView android:id="@android:id/list"
  /packages/apps/DeskClock/res/layout/
alarm_clock.xml 24 <ListView
stopwatch_fragment.xml 58 <ListView
  /packages/apps/DeskClock/res/layout-land/
stopwatch_fragment.xml 52 <ListView
  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 38 import android.widget.ListView;
55 private ListView mList;
126 mList = (ListView) v.findViewById(R.id.cities);
170 // on as a header to the main listview.
  /packages/apps/Dialer/res/layout/
call_log_fragment.xml 66 <ListView android:id="@android:id/list"
dialpad_fragment.xml 44 <ListView android:id="@+id/dialpadChooser"
  /packages/apps/Gallery2/res/layout/
filtershow_history_panel.xml 38 <ListView
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
PresetManagementDialog.java 26 import android.widget.ListView;
  /packages/apps/Settings/res/layout/
account_sync_screen.xml 35 <ListView
manage_applications_apps.xml 42 <ListView android:id="@android:id/list"
  /packages/apps/Settings/res/layout-land/
setup_preference.xml 49 <ListView
  /packages/apps/Settings/res/layout-sw600dp/
setup_preference.xml 63 <ListView
  /packages/apps/Settings/res/layout-sw600dp-land/
setup_preference.xml 64 <ListView
  /packages/apps/UnifiedEmail/res/layout/
folder_list.xml 23 <ListView

Completed in 905 milliseconds

<<21222324252627282930>>