Searched
full:listview (Results
276 -
300 of
1393) sorted by null
<<11121314151617181920>>
/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);
|
/cts/suite/cts/hostTests/uihost/appA/src/com/android/cts/taskswitching/appa/ |
AppAActivity.java | 27 import android.widget.ListView; 49 ListView view = getListView();
|
/cts/suite/cts/hostTests/uihost/appB/src/com/android/cts/taskswitching/appb/ |
AppBActivity.java | 25 import android.widget.ListView; 48 ListView view = getListView();
|
/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>,
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentListArraySupport.java | 28 import android.widget.ListView; 57 public void onListItemClick(ListView l, View v, int position, long id) {
|
/development/samples/browseable/BluetoothChat/res/layout/ |
activity_device_list.xml | 33 <ListView 52 <ListView
|
/development/samples/browseable/MediaBrowserService/res/layout/ |
fragment_list.xml | 54 <ListView 58 </ListView>
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
ColorPickerSimple.java | 10 import android.widget.ListView; 18 public class ColorPickerSimple extends ListView implements OnColorSuggestionClickListener {
|
/frameworks/base/core/java/android/widget/ |
ListAdapter.java | 20 * Extended {@link Adapter} that is the bridge between a {@link ListView} 23 * required. The ListView can display any data provided that it is wrapped in a
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ListWithFooterViewAndNewLabelsTest.java | 25 import android.widget.ListView; 34 private ListView mListView;
|
/frameworks/base/docs/html/sdk/api_diff/21/changes/ |
android.widget.ListView.html | 10 android.widget.ListView 74 Class android.widget.<A HREF="../../../../reference/android/widget/ListView.html" target="_top"><font size="+2"><code>ListView</code></font></A> 85 <A NAME="android.widget.ListView.ctor_added(android.content.Context, android.util.AttributeSet, int, int)"></A> 86 <nobr><A HREF="../../../../reference/android/widget/ListView.html#ListView(android.content.Context, android.util.AttributeSet, int, int)" target="_top"><code>ListView</code></A>(<code>Context,</nobr> AttributeSet<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr> 101 <A NAME="android.widget.ListView.setSelectionFromTop_changed(int, int)"></A>
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
TestActivity.java | 24 import android.widget.ListView; 66 public void onListItemClick(ListView l, View v, int position, long id)
|
/frameworks/ex/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/ |
SamplesList.java | 23 import android.widget.ListView; 56 protected void onListItemClick(ListView l, View v, int position, long id) {
|
/packages/apps/Contacts/res/layout/ |
contact_editor_accounts_changed_activity_with_picker.xml | 18 Layout for account prompt (which includes a ListView) that can appear when 38 <ListView android:id="@+id/account_list"
|
contact_tile_list_frequent.xml | 18 This is very similar to contact_tile_list.xml (there needs to be a ListView called 35 <ListView
|
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListView.java | 23 import android.widget.ListView; 25 public final class MessageListView extends ListView {
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
SuggestionsView.java | 22 import android.widget.ListView; 29 public class SuggestionsView extends ListView implements SuggestionsListView<ListAdapter> {
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AutoResizeListView.java | 23 import android.widget.ListView; 29 public class AutoResizeListView extends ListView {
|
Completed in 841 milliseconds
<<11121314151617181920>>