HomeSort by relevance Sort by last modified time
    Searched refs:ListView (Results 226 - 250 of 513) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PopupList.java 30 import android.widget.ListView;
62 private ListView mContentList;
138 ListView content = mContentList;
161 mContentList = new ListView(mContext, null,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LimitedMultiSelectDialogFragment.java 38 import android.widget.ListView;
90 final ListView listView = new ListView(getActivity());
91 listView.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);
92 listView.setAdapter(adapter);
93 listView.setOnItemClickListener(new OnItemClickListener() {
121 listView.setItemChecked(j, true);
127 .setView(listView)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListPreference.java 26 import android.widget.ListView;
257 if (!(parent instanceof ListView)) return;
258 final ListView listView = (ListView)parent;
271 indexToOpen = listView.indexOfChild(v);
274 listView.getLastVisiblePosition() - listView.getFirstVisiblePosition();
277 final ButtonSwitcher buttonSwitcher = (ButtonSwitcher)listView.getChildAt(i)
  /cts/tests/tests/widget/src/android/widget/cts/
TabHostTest.java 29 import android.widget.ListView;
151 assertTrue(tabHost.getCurrentView() instanceof ListView);
260 assertTrue(tabHost.getCurrentView() instanceof ListView);
295 assertTrue(tabHost.getTabContentView().getChildAt(1) instanceof ListView);
311 assertTrue(tabHost.getTabContentView().getChildAt(1) instanceof ListView);
386 final ListView lv = new ListView(mActivity);
CheckedTextViewTest.java 36 import android.widget.ListView;
86 final ListView lv = (ListView) mActivity.findViewById(R.id.checkedtextview_listview);
92 lv.setChoiceMode(ListView.CHOICE_MODE_SINGLE);
112 lv.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);
AdapterViewTest.java 36 import android.widget.ListView;
64 mAdapterView = new ListView(mActivity);
91 ListView subView = new ListView(mActivity);
431 private static class MockAdapterView extends ListView{
462 ((ListView) adapterView).setAdapter(new ArrayAdapter<String>(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 39 import android.widget.ListView;
66 private ListView mReceivedMessages;
67 private ListView mSentMessages;
102 mReceivedMessages = (ListView) findViewById(R.id.bt_received_messages);
106 mSentMessages = (ListView) findViewById(R.id.bt_sent_messages);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
UsbAccessoryTestActivity.java 41 import android.widget.ListView;
125 ListView sentMessages = (ListView) findViewById(R.id.usb_sent_messages);
126 ListView receivedMessages = (ListView) findViewById(R.id.usb_received_messages);
  /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);
AppHwConfigList.java 32 import android.widget.ListView;
68 protected void onListItemClick(ListView l, View v, int position, long id) {
RunningProcesses.java 30 import android.widget.ListView;
65 protected void onListItemClick(ListView l, View v, int position, long id) {
  /cts/tests/tests/widget/src/android/widget/cts/util/
ListScenario.java 35 import android.widget.ListView;
47 private ListView mListView;
79 public ListView getListView() {
408 * Returns the LinearLayout containing the ListView in this scenario.
410 * @return The LinearLayout in which the ListView is held.
430 * @return The newly created ListView widget.
432 protected ListView createListView() {
433 return new ListView(this);
444 * Sets an adapter on a ListView.
446 * @param listView The ListView to set the adapter on
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
ListScenario.java 29 import android.widget.ListView;
46 private ListView mListView;
78 public ListView getListView() {
409 * Returns the LinearLayout containing the ListView in this scenario.
411 * @return The LinearLayout in which the ListView is held.
431 * @return The newly created ListView widget.
433 protected ListView createListView() {
434 return new ListView(this);
445 * Sets an adapter on a ListView.
447 * @param listView The ListView to set the adapter on
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 35 import android.widget.ListView;
190 ListView listView = mPopup.getListView();
191 if (listView != null && !listView.isItemChecked(position)) {
193 listView.setItemChecked(position, true);
194 onItemClick(listView, null, position, listView.getItemIdAtPosition(position));
319 ListView listView = mPopup.getListView()
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
P2pTestListActivity.java 29 import android.widget.ListView;
124 * Launch the activity when its {@link ListView} item is clicked.
128 protected void onListItemClick(ListView listView, View view, int position, long id) {
133 super.onListItemClick(listView, view, position, id);
  /developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java 32 import android.widget.ListView;
164 * An item has been clicked in the {@link ListView}. Display a toast with
168 public void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCursor.java 36 import android.widget.ListView;
158 @Override public void onListItemClick(ListView l, View v, int position, long id) {
LoaderRetained.java 38 import android.widget.ListView;
163 @Override public void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 33 import android.widget.ListView;
98 @Override public void onListItemClick(ListView l, View v, int position, long id) {
FragmentPagerSupport.java 37 import android.widget.ListView;
137 public void onListItemClick(ListView l, View v, int position, long id) {
FragmentStatePagerSupport.java 37 import android.widget.ListView;
137 public void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentPagerSupport.java 36 import android.widget.ListView;
136 public void onListItemClick(ListView l, View v, int position, long id) {
FragmentStatePagerSupport.java 34 import android.widget.ListView;
137 public void onListItemClick(ListView l, View v, int position, long id) {
LoaderCursorSupport.java 42 import android.widget.ListView;
143 @Override public void onListItemClick(ListView l, View v, int position, long id) {
LoaderRetainedSupport.java 41 import android.widget.ListView;
134 @Override public void onListItemClick(ListView l, View v, int position, long id) {

Completed in 997 milliseconds

1 2 3 4 5 6 7 8 91011>>