/development/apps/Development/src/com/android/development/ |
AppHwPref.java | 38 import android.widget.ListView;
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
AccessibilityNodeInfoDumper.java | 41 android.widget.ListView.class.getName(), android.widget.TableLayout.class.getName()
|
/packages/apps/Music/src/com/android/music/ |
AlbumBrowserActivity.java | 60 import android.widget.ListView; 112 ListView lv = getListView(); 159 ListView lv = getListView(); 405 protected void onListItemClick(ListView l, View v, int position, long id)
|
TrackBrowserActivity.java | 59 import android.widget.ListView; 89 private ListView mTrackList; 249 ListView lv = getListView(); 381 ListView lv = getListView(); [all...] |
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
ContactFragment.java | 74 import android.widget.ListView; 138 private ListView mListView; 163 mListView = (ListView) view.findViewById(android.R.id.list); 164 mListView.setScrollBarStyle(ListView.SCROLLBARS_OUTSIDE_OVERLAY);
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
LayoutAnimationControllerTest.java | 40 import android.widget.ListView; 47 private ListView mListView;
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/ |
ContactsListFragment.java | 53 import android.widget.ListView; 170 * QuickContactBadge in each item layout of the ListView. ImageLoader implements memory 171 * caching for each image, which substantially improves refreshes of the ListView as the 206 // Set up ListView, assign adapter and set some listeners. The adapter was previously 227 // when an item in the ListView is selected it should remain highlighted while 229 getListView().setChoiceMode(ListView.CHOICE_MODE_SINGLE); 269 // Gets the Cursor object currently bound to the ListView 272 // Moves to the Cursor row corresponding to the ListView item that was clicked 294 * Called when ListView selection is cleared, for example 533 * Gets the preferred height for each item in the ListView, in pixels, after accounting fo [all...] |
/frameworks/base/core/java/android/widget/ |
ListView.java | 66 * <p>See the <a href="{@docRoot}guide/topics/ui/layout/listview.html">List View</a> 76 public class ListView extends AbsListView { 83 * When arrow scrolling, ListView will never scroll more than this factor 138 public ListView(Context context) { 142 public ListView(Context context, AttributeSet attrs) { 146 public ListView(Context context, AttributeSet attrs, int defStyleAttr) { 150 public ListView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { 154 attrs, com.android.internal.R.styleable.ListView, defStyleAttr, defStyleRes); 257 * called at any time. If the ListView's adapter does not extend 295 * called at any time. If the ListView's adapter does not exten [all...] |
DayPickerView.java | 40 class DayPickerView extends ListView implements AbsListView.OnScrollListener, 66 // used for tracking what state listview is in 68 // used for tracking what state listview is in
|
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...] |
Spinner.java | [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
AllIntentsActivity.java | 46 import android.widget.ListView; 148 protected void onListItemClick(ListView l, View v, int position, long id) {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ManifestTestListAdapter.java | 26 import android.widget.ListView; 38 * {@link TestListAdapter} that populates the {@link TestListActivity}'s {@link ListView} by
|
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}. */
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
RenderSessionImpl.java | 98 import android.widget.ListView; [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactListAdapter.java | 28 import android.widget.ListView; 155 * {@link ListView} position.
|
/packages/apps/Settings/src/com/android/settings/applications/ |
ManageApplications.java | 67 import android.widget.ListView; 202 // ListView used to display list 203 private ListView mListView; 267 ListView lv = (ListView) mListContainer.findViewById(android.R.id.list); 547 * Custom adapter implementation for the ListView [all...] |
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupEditorFragment.java | 55 import android.widget.ListView; 181 private ListView mListView; 408 mListView = (ListView) editorView.findViewById(android.R.id.list); [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
StopwatchFragment.java | 22 import android.widget.ListView; 48 private ListView mLapsList; 82 // Adapter for the ListView that shows the lap times. 277 mLapsList = (ListView)v.findViewById(R.id.laps_list); [all...] |
/packages/apps/Settings/src/com/android/settings/ |
TrustedCredentialsSettings.java | 49 import android.widget.ListView; 222 ListView lv = (ListView) mTabHost.findViewById(tab.mList);
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmClockFragment.java | 67 import android.widget.ListView; 123 private ListView mAlarmsList; 211 mAlarmsList = (ListView) v.findViewById(R.id.alarms_list); 503 private final ListView mList; 568 long[] selectedAlarms, Bundle previousDaysOfWeekMap, ListView list) { [all...] |
/frameworks/opt/chips/src/com/android/ex/chips/ |
RecipientEditTextView.java | 86 import android.widget.ListView; [all...] |
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
DialpadFragment.java | 64 import android.widget.ListView; 179 private ListView mDialpadChooser; 383 mDialpadChooser = (ListView) fragmentView.findViewById(R.id.dialpadChooser); [all...] |
/frameworks/base/core/java/android/transition/ |
Transition.java | 40 import android.widget.ListView; 480 * by its item ID if it is in a direct child of ListView. The caller can 1493 ListView listview = (ListView) view.getParent(); local [all...] |
/packages/apps/Settings/src/com/android/settings/sim/ |
SimSettings.java | 51 import android.widget.ListView;
|