HomeSort by relevance Sort by last modified time
    Searched refs:getItem (Results 276 - 300 of 519) sorted by null

<<11121314151617181920>>

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 136 public Object getItem(int position) {
142 return mAgendaAdapter.getItem(row.mPosition);
145 return mAgendaAdapter.getItem(position);
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 286 Object o = a.getItem(i);
305 Object o = a.getItem(pos);
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 282 final NamedGesture gesture = adapter.getItem(i);
427 final NamedGesture gesture = getItem(position);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 153 final Display display = mDisplayListAdapter.getItem(i);
345 final Display display = getItem(position);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewICS.java 578 return adapter.getItem(selection);
766 return (adapter == null || position < 0) ? null : adapter.getItem(position);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 162 public Result getItem(int index) {
176 final Result result = getItem(position);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java 346 public ArrayList<ContactEntry> getItem(int position) {
414 ArrayList<ContactEntry> contactList = getItem(position);
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 203 ? adapter.getItem(adapterPosition)
278 @Override public String getItem(int adapterPosition) {
  /packages/apps/Settings/src/com/android/settings/
NotificationAccessSettings.java 249 ServiceInfo info = mList.getItem(position);
311 ServiceInfo info = getItem(position);
TrustedCredentialsSettings.java 165 showCertDialog(adapter.getItem(pos));
183 @Override public CertHolder getItem(int position) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 157 KeyboardLayout keyboardLayout = mAdapter.getItem(which);
230 KeyboardLayout item = getItem(position);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java     [all...]
  /development/apps/Development/src/com/android/development/
InstrumentationList.java 73 public Object getItem(int position)
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperBase.java 74 MenuItem item = menu.getItem(i);
  /development/samples/BluetoothLeGatt/src/com/example/bluetooth/le/
DeviceScanActivity.java 214 public Object getItem(int i) {
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 317 * Gets the data associated with the item at the selected position. getItem() returns
320 * getItem() returns that data as a Cursor.
322 Cursor cursor = (Cursor) getListAdapter().getItem(info.position);
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
ListViewRemovalAnimation.java 191 mAdapter.remove(mAdapter.getItem(position));
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/
ImageDetailActivity.java 193 public Fragment getItem(int position) {
ImageGridFragment.java 231 public Object getItem(int position) {
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java 281 Cursor cursor = (Cursor) mAdapter.getItem(viewId);
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 15 // getItem(e) -->
99 var item = this.delegate_.getItem(e);
  /external/svox/pico/lib/
picodata.c 72 picodata_cbGetItemMethod getItem;
121 this->getItem = data_cbGetItem;
325 return this->getItem(this, buf, blenmax, blen, FALSE);
333 return this->getItem(this, buf, blenmax, blen, TRUE);
    [all...]
  /frameworks/base/core/java/android/webkit/
AutoCompletePopup.java 195 selectedItem = mAdapter.getItem(position);
  /frameworks/base/core/java/android/widget/
CursorAdapter.java 203 * @see android.widget.ListAdapter#getItem(int)
205 public Object getItem(int position) {
SimpleAdapter.java 97 * @see android.widget.Adapter#getItem(int)
99 public Object getItem(int position) {

Completed in 473 milliseconds

<<11121314151617181920>>