HomeSort by relevance Sort by last modified time
    Searched refs:listView (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /packages/apps/Settings/src/com/android/settings/
ZonePicker.java 32 import android.widget.ListView;
163 final ListView list = (ListView) view.findViewById(android.R.id.list);
290 public void onListItemClick(ListView listView, View v, int position, long id) {
293 final Map<?, ?> map = (Map<?, ?>)listView.getItemAtPosition(position);
NotificationStation.java 48 import android.widget.ListView;
136 ListView listView = getListView();
140 // listView.setEmptyView(emptyView);
143 listView.setAdapter(mAdapter);
  /packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java 63 import android.widget.ListView;
225 ListView listView = getListView();
226 ViewGroup contentRoot = (ViewGroup) listView.getParent();
227 View emptyView = listView.getEmptyView();
240 listView.setEmptyView(emptyView);
252 listView.setEmptyView(emptyView);
266 listView.setEmptyView(emptyView);
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 97 UiScrollable listView = new UiScrollable(
98 new UiSelector().className(android.widget.ListView.class.getName()));
101 if (!listView.exists())
    [all...]
  /cts/tests/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...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 32 import android.widget.ListView;
61 expected.setClassName(ListView.class.getName());
71 final ListView listView = (ListView) getActivity().findViewById(R.id.listview);
82 listView.setSelection(1);
  /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/Mms/src/com/android/mms/ui/
MessageListAdapter.java 39 import android.widget.ListView;
127 Context context, Cursor c, ListView listView,
143 listView.setRecyclerListener(new AbsListView.RecyclerListener() {
ComposeMessageActivity.java 116 import android.widget.ListView;
276 private MessageListView mMsgListView; // ListView for messages in this conversation
316 private int mSavedScrollPosition = -1; // we save the ListView's scroll position in onPause(),
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 81 import android.widget.ListView;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java 36 import android.widget.ListView;
82 /** Key used to save the ListView choice mode, since ListView doesn't save it automatically! */
372 return isTablet ? ListView.CHOICE_MODE_SINGLE : ListView.CHOICE_MODE_NONE;
440 * @param choiceMode ListView#
455 setChoiceMode(ListView.CHOICE_MODE_NONE);
544 public void onListItemClick(ListView l, View view, int position, long id) {
640 if (currentSelected != ListView.INVALID_POSITION) {
703 if (mListView.getChoiceMode() == ListView.CHOICE_MODE_NONE)
    [all...]
AnimatedAdapter.java 257 final ConversationListListener conversationListListener, SwipeableListView listView,
266 mListView = listView;
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 34 * A ListView that maintains a header pinned at the top of the list. The
63 void configurePinnedHeaders(PinnedHeaderListView listView);
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 79 import android.widget.ListView;
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 41 import android.widget.ListView;
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 770 milliseconds

1 2 34 5