/packages/apps/Browser/src/com/android/browser/ |
H A D | WebBackForwardListClient.java | 28 * Notify the client that <var>item</var> has been added to the 30 * @param item The newly created WebHistoryItem 32 public void onNewHistoryItem(WebHistoryItem item) { } argument 35 * Notify the client that the <var>item</var> at <var>index</var> is now 36 * the current history item. 37 * @param item A WebHistoryItem 40 public void onIndexChanged(WebHistoryItem item, int index) { } argument
|
H A D | BrowserBookmarksAdapter.java | 78 void bindGridView(View view, Context context, BrowserBookmarksAdapterItem item) { argument 88 tv.setText(item.title); 89 if (item.is_folder) { 96 if (item.thumbnail == null || !item.has_thumbnail) { 99 thumb.setImageDrawable(item.thumbnail); 107 BrowserBookmarksAdapterItem item) { 108 if (item == null) { 109 item = new BrowserBookmarksAdapterItem(); 111 Bitmap thumbnail = item 106 getRowObject(Cursor c, BrowserBookmarksAdapterItem item) argument [all...] |
H A D | OptionsMenuHandler.java | 26 boolean onOptionsItemSelected(MenuItem item); argument
|
H A D | HistoryItem.java | 27 * Layout representing a history item in the classic history viewer. 53 /* package */ void copyTo(HistoryItem item) { argument 54 item.mTextView.setText(mTextView.getText()); 55 item.mUrlText.setText(mUrlText.getText()); 56 item.setIsBookmark(mStar.isChecked()); 57 item.mImageView.setImageDrawable(mImageView.getDrawable()); 61 * Whether or not this item represents a bookmarked site
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
H A D | MapTestData.java | 129 ContentValues item = new ContentValues(5); 130 item.put("address", "98765432"); 131 item.put("body", "test message " + x + " step index: " + tag); 132 item.put("date", date+=TEST_ACTIVITY_INTERVAL); 133 item.put("read", "0"); 135 item.put("type", Sms.MESSAGE_TYPE_INBOX); 137 item.put("type", Sms.MESSAGE_TYPE_SENT); 139 values[x] = item; 141 item = new ContentValues(5); 142 item [all...] |
/packages/apps/Gallery2/src/com/android/photos/shims/ |
H A D | LoaderCompatShim.java | 26 Drawable drawableForItem(T item, Drawable recycle); argument 27 Uri uriForItem(T item); argument 28 ArrayList<Uri> urisForSubItems(T item); argument 30 Object getPathForItem(T item); argument
|
/packages/apps/Browser/src/com/android/browser/view/ |
H A D | PieMenu.java | 170 public void addItem(PieItem item) { argument 171 // add the item to the pie itself 172 mItems.add(item); 173 int l = item.getLevel(); 178 public void removeItem(PieItem item) { argument 179 mItems.remove(item); 204 for (PieItem item : mCurrentItems) { 205 item.setSelected(false); 221 for (PieItem item : mCurrentItems) { 222 item 328 drawItem(Canvas canvas, PieItem item) argument 463 onEnter(PieItem item) argument 528 openSub(final PieItem item) argument 629 inside(PointF polar, float offset, PieItem item) argument [all...] |
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
H A D | Licenses.java | 23 public boolean onOptionsItemSelected(MenuItem item) { argument 24 if (item.getItemId() == android.R.id.home) { 28 return super.onOptionsItemSelected(item);
|
/packages/services/Telephony/src/com/android/phone/settings/ |
H A D | AccessibilitySettingsActivity.java | 37 public boolean onOptionsItemSelected(MenuItem item) { argument 38 if (item.getItemId() == android.R.id.home) { 42 return super.onOptionsItemSelected(item);
|
H A D | PhoneAccountSettingsActivity.java | 37 public boolean onOptionsItemSelected(MenuItem item) { argument 38 if (item.getItemId() == android.R.id.home) { 42 return super.onOptionsItemSelected(item);
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
H A D | ContextMenuAdapter.java | 29 boolean onContextItemSelected(MenuItem item); argument
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
H A D | SnailAlbum.java | 27 public SnailAlbum(Path path, SnailItem item) { argument 28 super(path, item);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | FolderInfo.java | 48 * @param item 50 public void add(ShortcutInfo item) { argument 51 contents.add(item); 53 listeners.get(i).onAdd(item); 61 * @param item 63 public void remove(ShortcutInfo item) { argument 64 contents.remove(item); 66 listeners.get(i).onRemove(item); 107 public void onAdd(ShortcutInfo item); argument 108 public void onRemove(ShortcutInfo item); argument [all...] |
/packages/apps/Calendar/src/com/android/calendar/event/ |
H A D | AttendeesView.java | 171 private View constructAttendeeView(AttendeeItem item) { argument 172 item.mView = mInflater.inflate(R.layout.contact_item, null); 173 return updateAttendeeView(item); 180 private View updateAttendeeView(AttendeeItem item) { argument 181 final Attendee attendee = item.mAttendee; 182 final View view = item.mView; 185 if (item.mRemoved) { 195 button.setTag(item); 196 if (item.mRemoved) { 211 badge = mRecycledPhotos.get(item [all...] |
/packages/apps/Stk/src/com/android/stk/ |
H A D | StkMenuAdapter.java | 47 final Item item = getItem(position); 54 if (!mIcosSelfExplanatory || (mIcosSelfExplanatory && item.icon == null)) { 55 ((TextView) convertView.findViewById(R.id.text)).setText(item.text); 58 if (item.icon == null) { 61 imageView.setImageBitmap(item.icon);
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
H A D | DequeMap.java | 33 void visit(V item); argument 42 public void add(K key, V item) { argument 48 pile.add(item); 99 for (V item : entry.getValue()) { 100 visitor.visit(item);
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
H A D | AlphabeticalAppsList.java | 81 * Info about a particular adapter item (can be either section or app) 85 // The index of this adapter item in the list 87 // The type of this item 91 // The section for this item 100 // The row that this item shows up on 110 AdapterItem item = new AdapterItem(); 111 item.viewType = AllAppsGridAdapter.SECTION_BREAK_VIEW_TYPE; 112 item.position = pos; 113 item.sectionInfo = section; 114 section.sectionBreakItem = item; [all...] |
/packages/apps/Gallery2/src/com/android/photos/ |
H A D | AlbumSetFragment.java | 96 Cursor item = (Cursor) getItemAtPosition(position); 100 mLoaderCompatShim.getPathForItem(item).toString()); 102 item.getString(AlbumSetLoader.INDEX_TITLE)); 107 public int getItemMediaType(Object item) { argument 112 public int getItemSupportedOperations(Object item) { argument 113 return ((Cursor) item).getInt(AlbumSetLoader.INDEX_SUPPORTED_OPERATIONS); 117 public ArrayList<Uri> getSubItemUrisForItem(Object item) { argument 118 return mLoaderCompatShim.urisForSubItems((Cursor) item); 127 public Uri getItemUri(Object item) { argument 128 return mLoaderCompatShim.uriForItem((Cursor) item); 132 getPathForItem(Object item) argument [all...] |
H A D | PhotoSetFragment.java | 74 Cursor item = (Cursor) getItemAtPosition(position); 75 Uri uri = mLoaderCompatShim.uriForItem(item); 102 public int getItemMediaType(Object item) { argument 103 return ((Cursor) item).getInt(PhotoSetLoader.INDEX_MEDIA_TYPE); 107 public int getItemSupportedOperations(Object item) { argument 108 return ((Cursor) item).getInt(PhotoSetLoader.INDEX_SUPPORTED_OPERATIONS); 113 public ArrayList<Uri> getSubItemUrisForItem(Object item) { argument 115 mSubItemUriTemp.add(mLoaderCompatShim.uriForItem((Cursor) item)); 125 public Uri getItemUri(Object item) { argument 126 return mLoaderCompatShim.uriForItem((Cursor) item); 130 getPathForItem(Object item) argument [all...] |
/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | BlockedParticipantsActivity.java | 45 public boolean onOptionsItemSelected(final MenuItem item) { argument 46 switch (item.getItemId()) { 54 return super.onOptionsItemSelected(item);
|
H A D | VCardDetailActivity.java | 48 public boolean onOptionsItemSelected(final MenuItem item) { argument 49 switch (item.getItemId()) { 57 return super.onOptionsItemSelected(item);
|
/packages/services/Telecomm/src/com/android/server/telecom/settings/ |
H A D | EnableAccountPreferenceActivity.java | 46 public boolean onOptionsItemSelected(MenuItem item) { argument 47 switch (item.getItemId()) { 52 return super.onOptionsItemSelected(item);
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
H A D | DataAction.java | 50 * Description of a specific {@link Data#_ID} item, with style information 78 public DataAction(Context context, DataItem item, DataKind kind) { argument 81 mMimeType = item.getMimeType(); 82 mTimesUsed = item.getTimesUsed(); 83 mLastTimeUsed = item.getLastTimeUsed(); 87 if (item.hasKindTypeColumn(kind)) { 88 final int typeValue = item.getKindTypeColumn(kind); 98 mSubtitle = item.getContentValues().getAsString(type.customColumn); 105 mIsPrimary = item.isPrimary(); 106 mIsSuperPrimary = item [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | PhotoDataAdapter.java | 137 // is used to determine the item movement. 159 public void onPhotoChanged(int index, Path item); argument 167 // The path of the current viewing item will be stored in mItemPath. 169 // can find the item. If mItemPath is null, then we use the mCurrentIndex to 230 MediaItem item = getItemInternal(index); 231 if (item == null) return MediaObject.INVALID_DATA_VERSION; 232 return item.getDataVersion(); 236 MediaItem item = getItemInternal(index); 237 if (item == null) return null; 238 return item 694 ScreenNailJob(MediaItem item) argument 724 FullImageJob(MediaItem item) argument 763 newPlaceholderScreenNail(MediaItem item) argument 856 FullImageListener(MediaItem item) argument 878 ScreenNailListener(MediaItem item) argument [all...] |
/packages/apps/Camera2/src/com/android/camera/filmstrip/ |
H A D | FilmstripDataAdapter.java | 62 * Called when a new data item is inserted. 65 * @param item The inserted data. 67 public void onFilmstripItemInserted(int index, FilmstripItem item); argument 70 * Called when a data item is removed. 73 * @param item The data. 75 public void onFilmstripItemRemoved(int index, FilmstripItem item); argument
|