Searched defs:getItem (Results 76 - 98 of 98) sorted by relevance

1234

/packages/apps/Settings/src/com/android/settings/
H A DDeviceAdminSettings.java189 Object o = l.getAdapter().getItem(position);
229 public Object getItem(int position) { method in class:DeviceAdminSettings.PolicyListAdapter
261 Object o = getItem(position);
276 Object o = getItem(position);
H A DTrustedCredentialsSettings.java561 @Override public CertHolder getItem(int position) { method in class:TrustedCredentialsSettings.ChildAdapter
591 showCertDialog(getItem(pos));
/packages/apps/Settings/src/com/android/settings/dashboard/
H A DDashboardAdapter.java244 public Object getItem(long itemId) { method in class:DashboardAdapter
/packages/apps/Settings/src/com/android/settings/print/
H A DPrintServiceSettingsFragment.java279 PrinterInfo printer = (PrinterInfo) mPrintersAdapter.getItem(position);
524 public Object getItem(int position) { method in class:PrintServiceSettingsFragment.PrintersAdapter
542 PrinterInfo printer = (PrinterInfo) getItem(position);
555 final PrinterInfo printer = (PrinterInfo) getItem(position);
/packages/apps/TV/src/com/android/tv/ui/
H A DKeypadChannelSwitchView.java149 final Channel channel = ((Channel) mAdapter.getItem(position));
171 mSelectedChannel = (Channel) mAdapter.getItem(position);
393 public Object getItem(int position) { method in class:KeypadChannelSwitchView.ChannelItemAdapter
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DSideFragment.java190 notifyItemChanged(mAdapter.getItem(position));
273 holder.onBind(this, getItem(position));
283 return getItem(position).getResourceId();
291 private T getItem(int position) { method in class:SideFragment.ItemAdapter
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationPagerAdapter.java199 public Fragment getItem(int position) { method in class:ConversationPagerAdapter
223 LogUtils.d(LOG_TAG, "IN PagerAdapter.getItem, frag=%s conv=%s this=%s", f, c, this);
H A DConversationViewAdapter.java593 public ConversationOverlayItem getItem(int position) { method in class:ConversationViewAdapter
604 return getView(getItem(position), convertView, parent, false /* measureOnly */);
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothDeviceListAdapter.java199 final CachedBluetoothDevice bluetoothDevice = getItem(position);
205 getItem(holder.getOldPosition()).unregisterCallback(holder.mCallback);
242 private CachedBluetoothDevice getItem(int position) { method in class:BluetoothDeviceListAdapter
468 CachedBluetoothDevice device = getItem(mViewHolder.getAdapterPosition());
/packages/apps/Contacts/src/com/android/contacts/drawer/
H A DDrawerAdapter.java173 public BaseDrawerItem getItem(int position) { method in class:DrawerAdapter
179 return getItem(position).id;
189 final BaseDrawerItem drawerItem = getItem(position);
310 return getItem(position).viewType;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryActionBar.java118 public Object getItem(int position) { method in class:GalleryActionBar.ClusterAdapter
146 public Object getItem(int position) { method in class:GalleryActionBar.AlbumModeAdapter
163 view.getText2().setText((CharSequence) getItem(position));
174 view.setText((CharSequence) getItem(position));
H A DPhotoDataAdapter.java385 private MediaItem getItem(int index) { method in class:PhotoDataAdapter
418 MediaItem item = getItem(index);
451 MediaItem item = getItem(index);
469 MediaItem item = getItem(mCurrentIndex + offset);
481 MediaItem item = getItem(mCurrentIndex + offset);
508 MediaItem item = getItem(mCurrentIndex + offset);
516 MediaItem item = getItem(mCurrentIndex + offset);
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningProcessesView.java268 public Object getItem(int position) { method in class:RunningProcessesView.ServiceListAdapter
399 RunningState.MergedItem mi = (RunningState.MergedItem)l.getAdapter().getItem(position);
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
H A DScanFragment.java217 public Object getItem(int pos) { method in class:ScanFragment.ChannelAdapter
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DActionAdapter.java163 public Object getItem(int position) { method in class:ActionAdapter
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogAdapter.java806 Cursor c = (Cursor) getItem(position);
1176 public Object getItem(int position) { method in class:CallLogAdapter
1177 return super.getItem(position - (callLogAlertManager.isEmpty() ? 0 : 1));
1182 Cursor cursor = (Cursor) getItem(position);
1440 Cursor c = (Cursor) getItem(i);
/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPicker.java895 public Object getItem(int position) { method in class:GalleryPickerAdapter
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaWindowAdapter.java412 public Object getItem(int position) { method in class:AgendaWindowAdapter
415 return info.dayAdapter.getItem(position - info.offset);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java279 final Suggestion suggestion = (Suggestion) getItem(position);
294 public Object getItem(int position) { method in class:ContactEditorFragment.AggregationSuggestionAdapter
757 menu.getItem(i).setEnabled(mEnabled);
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
H A DDialpadFragment.java924 MenuItem item = menu.getItem(i);
1721 public Object getItem(int position) { method in class:DialpadFragment.DialpadChooserAdapter
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
H A DManageApplications.java828 public CharSequence getItem(int position) { method in class:ManageApplications.FilterSpinnerAdapter
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java505 final ConversationCursor cursor = (ConversationCursor) getItem(position);
804 public Object getItem(int position) { method in class:AnimatedAdapter
814 return super.getItem(position - getPositionOffset(position));
H A DFolderListFragment.java603 final Object item = getListView().getAdapter().getItem(position);
906 final DrawerItem item = (DrawerItem) getItem(position);
936 return ((DrawerItem) getItem(position)).getType();
946 final DrawerItem drawerItem = ((DrawerItem) getItem(position));
1185 public Object getItem(int position) { method in class:FolderListFragment.FolderAdapter
1196 return getItem(position).hashCode();
1228 final Folder f = getItem(position);
1235 final Folder folder = getItem(position);
1323 public Object getItem(int position) { method in class:FolderListFragment.AccountsAdapter
1334 return getItem(positio
1393 public DrawerItem getItem(int position) { method in class:FolderListFragment.FooterAdapter
1651 public Object getItem(int position) { method in class:FolderListFragment.MiniDrawerAccountsAdapter
[all...]

Completed in 1274 milliseconds

1234