Searched defs:list (Results 51 - 75 of 141) sorted by relevance

123456

/packages/apps/Dialer/src/com/android/dialer/list/
H A DRemoveView.java1 package com.android.dialer.list;
H A DTileInteractionTeaserView.java1 package com.android.dialer.list;
H A DDialerPhoneNumberListAdapter.java1 package com.android.dialer.list;
10 import com.android.contacts.common.list.ContactListItemView;
11 import com.android.contacts.common.list.PhoneNumberListAdapter;
15 * {@link PhoneNumberListAdapter} with the following added shortcuts, that are displayed as list
21 * list.
H A DPhoneFavoriteTileView.java17 package com.android.dialer.list;
33 import com.android.contacts.common.list.ContactEntry;
34 import com.android.contacts.common.list.ContactTileView;
36 import com.android.dialer.list.PhoneFavoritesTileAdapter.ContactTileRow;
37 import com.android.dialer.list.PhoneFavoritesTileAdapter.ViewTypes;
40 * A light version of the {@link com.android.contacts.common.list.ContactTileView} that is used in
66 /** The view that holds the list view row. */
H A DPhoneFavoriteFragment.java16 package com.android.dialer.list;
51 import com.android.contacts.common.list.ContactEntry;
52 import com.android.contacts.common.list.ContactListItemView;
53 import com.android.contacts.common.list.ContactTileView;
60 import com.android.dialer.list.PhoneFavoritesTileAdapter.ContactTileRow;
70 * contacts. To show them at once, this merges results from {@link com.android.contacts.common.list.ContactTileAdapter} and
71 * {@link com.android.contacts.common.list.PhoneNumberListAdapter} into one unified list using {@link PhoneFavoriteMergedAdapter}.
79 * By default, the animation code assumes that all items in a list view are of the same height
80 * when animating new list item
469 saveHorizontalOffsets(ContactTileRow row, ArrayList<ContactEntry> list, int currentRowIndex) argument
490 performHorizontalAnimations(ContactTileRow row, ArrayList<ContactEntry> list, long[] idsInPlace, int currentRow) argument
[all...]
/packages/apps/Dialer/tests/src/com/android/dialer/list/
H A DPhoneFavoritesTileAdapterTest.java1 package com.android.dialer.list;
9 import com.android.contacts.common.list.ContactEntry;
10 import com.android.dialer.list.PhoneFavoritesTileAdapter.OnDataSetChangedForAnimationListener;
33 * Pinned contacts with pinned positions at the start, middle, end, and outside the list
46 * Pin a single contact at the start, middle and end of a completely unpinned list
47 * Pin a single contact at the start, middle and end of a list with various numbers of
49 * Pin a single contact at the start, middle and end of a list where all contacts are pinned
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMediaSource.java70 // Maps a list of Paths (all belong to this MediaSource) to MediaItems,
76 public void mapMediaItems(ArrayList<PathId> list, ItemConsumer consumer) { argument
77 int n = list.size();
79 PathId pid = list.get(i);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DApplicationInfo.java121 ArrayList<ApplicationInfo> list) {
122 Log.d(tag, label + " size=" + list.size());
123 for (ApplicationInfo info: list) {
120 dumpApplicationInfoList(String tag, String label, ArrayList<ApplicationInfo> list) argument
H A DShortcutInfo.java154 ArrayList<ShortcutInfo> list) {
155 Log.d(tag, label + " size=" + list.size());
156 for (ShortcutInfo info: list) {
153 dumpShortcutInfoList(String tag, String label, ArrayList<ShortcutInfo> list) argument
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsUnavailableFragment.java16 package com.android.contacts.list;
H A DEmailAddressListAdapter.java16 package com.android.contacts.list;
33 import com.android.contacts.common.list.ContactEntryListAdapter;
34 import com.android.contacts.common.list.ContactListItemView;
H A DJoinContactListAdapter.java16 package com.android.contacts.list;
34 import com.android.contacts.common.list.ContactListAdapter;
35 import com.android.contacts.common.list.ContactListItemView;
36 import com.android.contacts.common.list.DirectoryListLoader;
H A DJoinContactListFragment.java16 package com.android.contacts.list;
35 import com.android.contacts.common.list.ContactEntryListFragment;
36 import com.android.contacts.common.list.ContactListItemView;
37 import com.android.contacts.list.JoinContactLoader.JoinContactLoaderResult;
40 * Fragment for the Join Contact list.
H A DLegacyPhoneNumberListAdapter.java16 package com.android.contacts.list;
29 import com.android.contacts.common.list.ContactEntryListAdapter;
30 import com.android.contacts.common.list.ContactListItemView;
H A DLegacyPostalAddressListAdapter.java16 package com.android.contacts.list;
29 import com.android.contacts.common.list.ContactEntryListAdapter;
30 import com.android.contacts.common.list.ContactListItemView;
H A DPostalAddressListAdapter.java16 package com.android.contacts.list;
32 import com.android.contacts.common.list.ContactEntryListAdapter;
33 import com.android.contacts.common.list.ContactListItemView;
H A DContactPickerFragment.java16 package com.android.contacts.list;
27 import com.android.contacts.common.list.ContactEntryListAdapter;
28 import com.android.contacts.common.list.ContactEntryListFragment;
29 import com.android.contacts.common.list.ContactListAdapter;
30 import com.android.contacts.common.list.ContactListFilter;
31 import com.android.contacts.common.list.DefaultContactListAdapter;
32 import com.android.contacts.common.list.DirectoryListLoader;
33 import com.android.contacts.common.list.ShortcutIntentBuilder;
34 import com.android.contacts.common.list.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;
37 * Fragment for the contact list use
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListPinnedHeaderView.java17 package com.android.contacts.common.list;
34 * A custom view for the pinned section header shown at the top of the contact list.
H A DDirectoryListLoader.java16 package com.android.contacts.common.list;
33 * A specialized loader for the list of directories, see {@link Directory}.
H A DContactTileAdapter.java16 package com.android.contacts.common.list;
246 // In that case, show an empty list of contacts.
297 * Returns the number of frequents that will be displayed in the list.
521 public void configureRow(ArrayList<ContactEntry> list, boolean isLastRow) { argument
527 columnCounter < list.size() ? list.get(columnCounter) : null;
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
H A DDataKind.java58 * Maximum number of values allowed in the list. -1 represents infinity.
133 public static String toString(Iterable<?> list) { argument
134 if (list == null) {
137 return Iterators.toString(list.iterator());
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppInfo.java143 public static void dumpApplicationInfoList(String tag, String label, ArrayList<AppInfo> list) { argument
144 Log.d(tag, label + " size=" + list.size());
145 for (AppInfo info: list) {
H A DShortcutInfo.java215 ArrayList<ShortcutInfo> list) {
216 Log.d(tag, label + " size=" + list.size());
217 for (ShortcutInfo info: list) {
214 dumpShortcutInfoList(String tag, String label, ArrayList<ShortcutInfo> list) argument
/packages/apps/PhoneCommon/src/com/android/phone/common/
H A DCallLogAsync.java66 * android.provider.CallLog for the list of values.
209 protected String doInBackground(GetLastOutgoingCallArgs... list) { argument
210 int count = list.length;
212 for (GetLastOutgoingCallArgs args : list) {
/packages/apps/Camera2/src/com/android/camera/data/
H A DCameraDataAdapter.java180 // most often call this to find an element at the beginning of the list.
256 private void replaceData(LocalDataList list) { argument
257 if (list.size() == 0 && mImages.size() == 0) {
260 mImages = list;
270 * and combine them into one single list.
285 // build up the list.
314 // build up the list.

Completed in 343 milliseconds

123456