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

<<31323334353637383940>>

  /frameworks/base/docs/html/training/notepad/
notepad-ex2.jd 79 <li>In order for each list item in the ListView to register for the context menu, we call
80 <code>registerForContextMenu()</code> and pass it our ListView. So, at the very end of
84 the local ListView object for the Activity. Now, each list item in this ListView will activate the
104 <p>Now that we've registered our ListView for a context menu and defined our context menu item, we need
121 the position of the item in the ListView. We then pass this to the <code>deleteNote()</code>
172 <code>ListView</code> object it was invoked from, the <code>View</code>
173 inside the <code>ListView</code> that was clicked on, the
176 ignore the first two parameters (we only have one <code>ListView</code> it
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 30 import android.widget.ListView;
71 /** {@link ListView} row that is either a test category header or a test. */
74 /** Title shown in the {@link ListView}. */
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 41 import android.widget.ListView;
60 private ListView mConversationView;
151 mConversationView = (ListView) view.findViewById(R.id.in);
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 41 import android.widget.ListView;
60 private ListView mConversationView;
151 mConversationView = (ListView) view.findViewById(R.id.in);
  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 44 import android.widget.ListView;
70 private ListView mAccountPickerView = null;
135 mAccountPickerView = (ListView) LayoutInflater.from(this).inflate(
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ChangedContacts.java 37 import android.widget.ListView;
71 private ListView mList;
110 mList = new ListView(this);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 39 import android.widget.ListView;
68 private ListView mConversationView;
141 mConversationView = (ListView) findViewById(R.id.in);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
InputDialogContainer.java 16 import android.widget.ListView;
141 ListView suggestionListView = new ListView(mContext);
  /external/chromium_org/ui/message_center/cocoa/
notification_controller_unittest.mm 99 - (NSView*)listView {
330 EXPECT_EQ(3u, [[[controller listView] subviews] count]);
331 EXPECT_LT(NSMaxY([[controller listView] frame]),
  /frameworks/base/core/java/android/widget/
FastScroller.java 233 public FastScroller(AbsListView listView, int styleResId) {
234 mList = listView;
235 mOldItemCount = listView.getCount();
236 mOldChildCount = listView.getChildCount();
238 final Context context = listView.getContext();
240 mScrollBarStyle = listView.getScrollBarStyle();
259 final ViewGroupOverlay overlay = listView.getOverlay();
269 setScrollbarPosition(listView.getVerticalScrollbarPosition());
    [all...]
  /frameworks/base/docs/html/training/improving-layouts/
optimizing-layout.jd 43 is inflated repeatedly, such as when used in a {@link android.widget.ListView} or {@link
65 android.widget.ListView}. This layout shows a small bitmap image on the left and two stacked items
72 android.widget.ListView}.</p>
  /frameworks/base/docs/html/training/wearables/ui/
lists.jd 284 WearableListView listView =
288 listView.setAdapter(new Adapter(this, elements));
291 listView.setClickListener(this);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 53 import android.widget.ListView;
67 private ListView mListView;
88 mListView = (ListView)findViewById(R.id.list);
  /packages/apps/Camera2/src/com/android/camera/ui/
DetailsDialog.java 30 import android.widget.ListView;
55 ListView detailsList = (ListView) LayoutInflater.from(context).inflate(
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DialogDetailsView.java 29 import android.widget.ListView;
93 ListView detailsList = (ListView) LayoutInflater.from(mActivity.getAndroidContext()).inflate(
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 47 import android.widget.ListView;
76 private ListView mSimList;
112 mSimList = (ListView) findViewById(R.id.messages);
SlideshowEditActivity.java 37 import android.widget.ListView;
73 private ListView mList;
145 protected void onListItemClick(ListView l, View v, int position, long id) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailboxSelectionActivity.java 44 import android.widget.ListView;
81 private ListView mList;
89 mList = (ListView) findViewById(android.R.id.list);
  /cts/apps/CtsVerifier/res/layout/
ca_main.xml 62 <ListView android:id="@+id/ca_tests"
widget_layout.xml 66 <ListView
  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
MeatAdapter.java 31 * This class provides data as Views. It is designed to support both ListView and GridView by
  /developers/build/prebuilts/gradle/BorderlessButtons/Application/src/main/res/layout/
list_item.xml 27 list item separators in the main ListView, and establishes a stronger
sample_main.xml 44 <ListView android:id="@android:id/list"
  /developers/samples/android/ui/holo/BorderlessButtons/Application/src/main/res/layout/
list_item.xml 27 list item separators in the main ListView, and establishes a stronger
sample_main.xml 44 <ListView android:id="@android:id/list"

Completed in 921 milliseconds

<<31323334353637383940>>