/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
LoaderThrottleSupport.java | 50 import android.widget.ListView; 478 @Override public void onListItemClick(ListView l, View v, int position, long id) {
|
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
InsertionListView.java | 40 import android.widget.ListView; 49 * This ListView displays a set of ListItemObjects. By calling addRow with a new 50 * ListItemObject, it is added to the top of the ListView and the new row is animated 51 * in. If the ListView content is at the top (the scroll offset is 0), the animation of 53 * corresponding item in the ListView. 55 public class InsertionListView extends ListView { 95 * to the first item of the ListView. The new cell is then animated into place from 96 * above the bounds of the ListView. 104 * cell present in the ListView before the data set change takes place. 150 * in the top row of the ListView. * [all...] |
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/ |
DynamicListView.java | 39 import android.widget.ListView; 44 * The dynamic listview is an extension of listview that supports cell dragging 52 * If no cell is selected, all the touch events are passed down to the listview 53 * and behave normally. If one of the items in the listview experiences a 56 * added to this layout as an overlaying BitmapDrawable above the listview. Once the 59 * it animates into its corresponding position in the listview. 61 * When the hover cell is either above or below the bounds of the listview, this 62 * listview also scrolls on its own so as to reveal additional content. 64 public class DynamicListView extends ListView { [all...] |
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
ExpandingListView.java | 31 import android.widget.ListView; 38 * A custom listview which supports the preview of extra content corresponding to each cell 41 public class ExpandingListView extends ListView { 100 * of the listview in order to account for the fact that the bottom bounds of the actual 101 * listview cannot be modified. 147 * 1. Store the current top and bottom bounds of each visible item in the listview. 153 * After invoking a layout to take place, the listview will order all the items 171 * It is important to note that the listview is disabled during the animation 173 * within the listview are not constant during the scroll. 197 /* Add an onPreDraw Listener to the listview. onPreDraw will get invoked after onLayou [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/ |
AppMenuAdapter.java | 21 import android.widget.ListView; 122 if (position == ListView.INVALID_POSITION) return null;
|
/external/chromium_org/tools/stats_viewer/ |
stats_viewer.Designer.cs | 36 this.listViewCounters = new System.Windows.Forms.ListView();
57 this.listViewRates = new System.Windows.Forms.ListView();
364 private System.Windows.Forms.ListView listViewCounters;
385 private System.Windows.Forms.ListView listViewRates;
|
/frameworks/base/core/java/android/app/ |
AlertDialog.java | 35 import android.widget.ListView; 177 * @return The {@link ListView} from the dialog. 179 public ListView getListView() { [all...] |
LauncherActivity.java | 44 import android.widget.ListView; 406 protected void onListItemClick(ListView l, View v, int position, long id) { 413 * {@link android.widget.ListView}. 423 * {@link android.widget.ListView}.
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
AdapterViewCompat.java | 34 import android.widget.ListView; 41 * See {@link ListView}, {@link android.widget.GridView}, {@link android.widget.Spinner} and 731 * we have an empty view, display it. In all the other cases, make sure that the listview 887 if (mSelectedPosition != ListView.INVALID_POSITION && isShown() && !isInTouchMode()) { [all...] |
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaListView.java | 38 import android.widget.ListView; 41 public class AgendaListView extends ListView implements OnItemClickListener { 104 // Hide ListView dividers, they are done in the item views themselves
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleDayPickerFragment.java | 40 import android.widget.ListView; 95 protected ListView mListView; 119 // used for tracking what state listview is in 121 // used for tracking what state listview is in 261 // Configure the listview 502 * @param view The ListView containing the weeks
|
/packages/apps/Mms/src/com/android/mms/ui/ |
DeliveryReportActivity.java | 41 import android.widget.ListView; 132 ListView list = getListView();
|
MessageListAdapter.java | 39 import android.widget.ListView; 128 Context context, Cursor c, ListView listView, 144 listView.setRecyclerListener(new AbsListView.RecyclerListener() {
|
SearchActivity.java | 45 import android.widget.ListView; 272 final ListView listView = getListView(); 273 listView.setItemsCanFocus(true); 274 listView.setFocusable(true); 275 listView.setClickable(true); 353 // ListView seems to want to reject the setFocusable until such time 356 listView.setFocusable(true); 357 listView.setFocusableInTouchMode(true); 358 listView.requestFocus() [all...] |
/packages/apps/Music/src/com/android/music/ |
TouchInterceptor.java | 39 import android.widget.ListView; 41 public class TouchInterceptor extends ListView {
|
/packages/apps/Settings/src/com/android/settings/ |
ChooseLockGeneric.java | 41 import android.widget.ListView; 213 ((ListView) v.findViewById(android.R.id.list)).addHeaderView(header, null, false);
|
DeviceAdminSettings.java | 47 import android.widget.ListView; 128 public void onListItemClick(ListView l, View v, int position, long id) {
|
DreamSettings.java | 41 import android.widget.ListView; 117 ListView listView = getListView(); 118 listView.setItemsCanFocus(true); 122 listView.setEmptyView(emptyView); 125 listView.setAdapter(mAdapter);
|
/packages/apps/Settings/src/com/android/settings/notification/ |
ManagedServiceSettings.java | 47 import android.widget.ListView; 257 public void onListItemClick(ListView l, View v, int position, long id) {
|
NotificationStation.java | 46 import android.widget.ListView; 144 ListView listView = getListView(); 145 Utils.forceCustomPadding(listView, false /* non additive padding */); 148 listView.setAdapter(mAdapter);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
OnePaneController.java | 32 import android.widget.ListView; 497 return ListView.CHOICE_MODE_NONE;
|
SwipeableListView.java | 32 import android.widget.ListView; 52 public class SwipeableListView extends ListView implements Callback, OnScrollListener { 98 "START CLF-ListView.onFocusChanged layoutRequested=%s root.layoutRequested=%s", 102 "FINISH CLF-ListView.onFocusChanged layoutRequested=%s root.layoutRequested=%s",
|
TwoPaneController.java | 32 import android.widget.ListView; 583 return ListView.CHOICE_MODE_SINGLE;
|
/packages/services/Telephony/src/com/android/phone/ |
SimContacts.java | 51 import android.widget.ListView; 333 public void onListItemClick(ListView l, View v, int position, long id) {
|
/cts/tests/tests/widget/src/android/widget/cts/ |
AbsListViewTest.java | 49 import android.widget.ListView; 66 private ListView mListView; 102 mListView = (ListView)mActivity.findViewById(R.id.listview_default); 380 MyListView listView = new MyListView(mActivity); 381 listView.dispatchDraw(canvas); 428 MyListView listView = new MyListView(mActivity); 431 assertTrue(listView.checkLayoutParams(param1)); 434 assertFalse(listView.checkLayoutParams(param2)); 438 MyListView listView = new MyListView(mActivity); 439 assertEquals(0, listView.computeVerticalScrollRange()) [all...] |