Searched
full:getitem (Results
401 -
425 of
675) sorted by null
<<11121314151617181920>>
/frameworks/base/tools/aapt/ |
ResourceTable.h | 332 const Item* getItem() const { return mType == TYPE_ITEM ? &mItem : NULL; } 537 const Item* getItem(uint32_t resID, uint32_t attrID) const;
|
/frameworks/support/v4/java/android/support/v4/widget/ |
CursorAdapter.java | 209 * @see android.widget.ListAdapter#getItem(int) 211 public Object getItem(int position) {
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserHistoryPage.java | 469 public Object getItem(int position) { 504 public Object getItem(int position) {
|
ErrorConsoleView.java | 275 public Object getItem(int position) {
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
EventLocationAdapter.java | 162 public Result getItem(int index) { 176 final Result result = getItem(position);
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
LabeledEditorView.java | 460 EditType selected = mEditTypeAdapter.getItem(position); 570 EditType type = getItem(position);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactEntryListAdapter.java | 588 // Save the old cursor position - the call to getItem() may modify the cursor 591 Cursor cursor = (Cursor) 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/ |
KeyguardAppWidgetPickActivity.java | 465 public Object getItem(int position) { 484 Item item = (Item) getItem(position);
|
TrustedCredentialsSettings.java | 191 showCertDialog(adapter.getItem(pos)); 209 @Override public CertHolder getItem(int position) {
|
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningProcessesView.java | 268 public Object getItem(int position) { 384 RunningState.MergedItem mi = (RunningState.MergedItem)l.getAdapter().getItem(position);
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationPagerAdapter.java | 168 public Fragment getItem(int position) { 192 LogUtils.d(LOG_TAG, "IN PagerAdapter.getItem, frag=%s conv=%s this=%s", f, c, this);
|
ConversationViewAdapter.java | 483 public ConversationOverlayItem getItem(int position) { 494 return getView(getItem(position), convertView, parent, false /* measureOnly */);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderSelectorAdapter.java | 295 public Object getItem(int position) { 347 final FolderRow row = (FolderRow) getItem(position);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
CheckedTextViewTest.java | 344 public Object getItem(int position) {
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/ |
DeviceScanActivity.java | 214 public Object getItem(int i) {
|
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
ActionBarHelperBase.java | 74 MenuItem item = menu.getItem(i);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Grid2.java | 55 public Object getItem(int position) {
|
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/ |
ListViewRemovalAnimation.java | 191 mAdapter.remove(mAdapter.getItem(position));
|
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/ |
image_view.js | 359 var cached = this.contentCache_.getItem(this.contentID_); 364 var cachedScreen = this.screenCache_.getItem(this.contentID_); 479 var cached = this.contentCache_.getItem(url); 792 ImageView.Cache.prototype.getItem = function(id) { return this.map_[id] }; [all...] |
/external/chromium_org/third_party/jinja2/ |
parser.py | 666 # and getitem) as well as filters and tests 681 # and getitem) as well as filters and tests 699 return nodes.Getitem(node, arg, 'load', lineno=token.lineno) 712 return nodes.Getitem(node, arg, 'load', lineno=token.lineno) [all...] |
/external/svox/pico/lib/ |
picosa.h | 200 /* maximum length of an item incl. head for input GetItem buffer */
|
/frameworks/base/core/tests/coretests/src/android/util/ |
GridScenario.java | 348 public Object getItem(int position) {
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
DocumentsActivity.java | 465 menu.getItem(i).setShowAsAction(MenuItem.SHOW_AS_ACTION_ALWAYS); 702 public DocumentInfo getItem(int position) { 719 final DocumentInfo doc = getItem(position); 742 final DocumentInfo doc = getItem(position); [all...] |
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZoneResultAdapter.java | 243 public Object getItem(int position) {
|
Completed in 2569 milliseconds
<<11121314151617181920>>