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

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/
UsageStatsActivity.java 44 import android.widget.ListView;
174 // by ListView is null.
242 ListView listView = (ListView) findViewById(R.id.pkg_list);
244 listView.setAdapter(mAdapter);
UserDictionarySettings.java 38 import android.widget.ListView;
113 final ListView listView = getListView();
114 listView.setAdapter(createAdapter());
115 listView.setFastScrollEnabled(true);
116 listView.setEmptyView(emptyView);
156 public void onListItemClick(ListView l, View v, int position, long id) {
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 43 import android.widget.ListView;
71 private ListView mListView;
111 mListView = (ListView) findViewById(android.R.id.list);
112 mListView.setChoiceMode(ListView.CHOICE_MODE_SINGLE);
171 protected void onListItemClick(ListView l, View v, int position, long id) {
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 40 import android.widget.ListView;
161 final ListView lv = (ListView) View.inflate(this, R.layout.cert_chooser, null);
314 ListView lv = (ListView)parent;
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 67 import android.widget.ListView;
143 ListView listView = getListView();
144 listView.setOnCreateContextMenuListener(mConvListOnCreateContextMenuListener);
145 listView.setOnKeyListener(mThreadListKeyListener);
146 listView.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE_MODAL);
147 listView.setMultiChoiceModeListener(new ModeCallback());
150 listView.setEmptyView(findViewById(R.id.empty));
194 ListView listView = getListView()
    [all...]
ManageSimMessages.java 47 import android.widget.ListView;
76 private ListView mSimList;
112 mSimList = (ListView) findViewById(R.id.messages);
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 33 import android.widget.ListView;
96 tableLayout.addView(new ListView(mContext));
395 View child3 = new ListView(mContext);
431 View child3 = new ListView(mContext);
441 tableLayout.addView(new ListView(mContext), Integer.MAX_VALUE);
485 tableLayout.addView(new ListView(mContext), null);
518 View child3 = new ListView(mContext);
520 tableLayout.addView(child3, -1, new ListView.LayoutParams(300, 400));
535 tableLayout.addView(new ListView(mContext), Integer.MAX_VALUE,
548 tableLayout.addView(new ListView(mContext), -1, null)
    [all...]
  /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);
  /developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/java/com/example/android/datalayer/
MainActivity.java 34 import android.widget.ListView;
66 private ListView mDataItemList;
79 mDataItemList = (ListView) findViewById(R.id.dataItem_list);
  /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);
  /development/samples/wearable/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java 34 import android.widget.ListView;
66 private ListView mDataItemList;
79 mDataItemList = (ListView) findViewById(R.id.dataItem_list);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsCreateFragment.java 45 import android.widget.ListView;
68 private ListView mListView;
91 mListView = (ListView) view.findViewById(R.id.list);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java 38 import android.widget.ListView;
92 private ListView mListView;
217 mListView = (ListView) findViewById(R.id.alert_container);
  /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/Contacts/src/com/android/contacts/detail/
ContactDisplayUtils.java 45 import android.widget.ListView;
350 * Returns the top coordinate of the first item in the {@link ListView}. If the first item
351 * in the {@link ListView} is not visible or there are no children in the list, then return
355 public static int getFirstListItemOffset(ListView listView) {
356 if (listView == null || listView.getChildCount() == 0 ||
357 listView.getFirstVisiblePosition() != 0) {
360 return listView.getChildAt(0).getTop();
366 * @param listView that should be scrolle
    [all...]
  /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/Gallery2/src/com/android/gallery3d/ui/
DialogDetailsView.java 29 import android.widget.ListView;
93 ListView detailsList = (ListView) LayoutInflater.from(mActivity.getAndroidContext()).inflate(
  /packages/apps/InCallUI/src/com/android/incallui/
AnswerFragment.java 34 import android.widget.ListView;
57 * This is an AlertDialog containing a ListView showing the possible choices. This may be null
193 final ListView lv = new ListView(getActivity());
363 public void onItemClick(AdapterView<?> parent, // The ListView
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AppChooserActivity.java 49 import android.widget.ListView;
62 private ListView mListView;
140 mListView = (ListView) ap.mView.findViewById(com.android.nfc.R.id.resolver_list);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 38 import android.widget.ListView;
152 final ListView listView = getListView();
153 listView.setAdapter(createAdapter());
154 listView.setFastScrollEnabled(true);
155 listView.setEmptyView(emptyView);
194 public void onListItemClick(ListView l, View v, int position, long id) {
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
RequestControlPane.java 28 import android.widget.ListView;
78 private ListView mOutputListView;
160 mOutputListView = (ListView) findViewById(R.id.request_pane_output_listview);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DeviceOwnerTestActivity.java 17 import android.widget.ListView;

Completed in 1264 milliseconds

<<11121314151617181920>>