Searched refs:list (Results 276 - 300 of 303) sorted by relevance

<<111213

/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java404 * Contents of the "methods" spinner. The "values" list specifies the method constant
1118 // Don't show your own status in the list because:
1930 // If the user has changed the list of reminders don't change what's
1952 // Insert any minute values that aren't represented in the minutes list.
2142 // last one in the list (if any).
2237 * Loads an integer array asset into a list.
2242 ArrayList<Integer> list = new ArrayList<Integer>(size);
2245 list.add(vals[i]);
2248 return list;
2251 * Loads a String array asset into a list
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java180 /** When in conversation mode, true if the list is hidden */
346 * @return how much total space the folders list requires.
1237 * If the subject contains the tag of a mailing-list (text surrounded with
1352 // right-side edge effect when in tablet conversation mode and the list is not collapsed
1460 // Set the list position of this item in the conversation
1716 final SwipeableListView list = getListView();
1717 if (!handled && list != null && list.getAdapter() != null) {
1718 final int pos = list.findConversation(this, mHeader.conversation);
1719 list
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Settings/src/com/android/settings/search/
H A DIndex.java302 List<ResolveInfo> list =
305 final int size = list.size();
307 final ResolveInfo info = list.get(n);
/packages/apps/Browser/src/com/android/browser/
H A DBrowserHistoryPage.java234 mGroupList = (ListView) mRoot.findViewById(android.R.id.list);
H A DAddBookmarkPage.java369 // Set the list to the top in case it is scrolled.
558 // Refresh the list.
567 * Shows a list of names of folders.
677 mListView = (CustomListView) findViewById(R.id.list);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntryListAdapter.java16 package com.android.contacts.common.list;
45 * Common base class for various contact-related lists, e.g. contact list, phone number list
158 * list screens are asked to exit the search mode and thus need to remove all remote directory
495 // Insert an additional unnamed section at the top of the list.
642 // for eg number of unique contacts for a phone list.
752 // Set a semi-stable id, so that talkback won't get confused when the list gets
H A DPhoneNumberListAdapter.java16 package com.android.contacts.common.list;
60 // A list of extended directories to add to the directories from the database
125 // Empty list to avoid sticky NPE's
H A DPinnedHeaderListView.java17 package com.android.contacts.common.list;
35 * A ListView that maintains a header pinned at the top of the list. The
42 * Adapter interface. The list adapter must implement this interface.
57 * Configures the pinned headers to match the visible list items. The
67 * Returns the list position to scroll to if the pinned header is touched.
68 * Return -1 if the list does not need to be scrolled.
397 * Returns the list item position at the specified y coordinate.
520 // the header inherits any padding applied to the list view.
H A DContactListItemView.java17 package com.android.contacts.common.list;
64 * A custom view for an item in the contact list.
609 // When photo is on left, label is placed on the right edge of the list item.
958 * Sets phone number for a list item. This takes care of number highlighting if the highlight
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DAccountTypeManager.java45 import com.android.contacts.common.list.ContactListFilterController;
111 * Returns the list of all accounts (if contactWritableOnly is false) or just the list of
118 * Returns the list of accounts that are group writable.
136 * This is a filtered down and more "usable" list compared to
370 * Loads account list and corresponding account types (potentially with data sets). Always
553 * Find a specific {@link AuthenticatorDescription} in the provided list
567 * Return list of all known, contact writable {@link AccountWithDataSet}'s.
576 * Return the list of all known, group writable {@link AccountWithDataSet}'s.
627 * list
[all...]
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogFragment.java49 import com.android.dialer.list.ListsFragment.HostInterface;
61 * Displays a list of call log entries. To filter for a particular kind of call
228 /** Called by the CallLogQueryHandler when the list of calls has been fetched or updated. */
242 // As a result, if it scrolls through a large portion of the list,
245 // if we're not already near the top of the list, we instantly jump
325 * Based on the new intent, decide whether the list should be configured
330 // the same section of the list that they were most recently looking
332 // scroll to the top of the list to present the newest call items.
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningProcessesView.java309 // to refresh the entire list.
440 mListView = (ListView)findViewById(android.R.id.list);
479 // list right now to avoid flicker.
H A DManageApplications.java163 // Filter options used for displayed list of applications
202 // ListView used to display list
265 // Create adapter and list view here
267 ListView lv = (ListView) mListContainer.findViewById(android.R.id.list);
344 // Doesn't make sense for stuff that is not an app list.
550 * in the list. If the list gets updated dynamically when the user is viewing the list of
553 * The order of applications in the list is mirrored in mAppLocalList
631 if (DEBUG) Log.i(TAG, "Rebuilding app list
[all...]
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnSettings.java541 final ListView listView = (ListView) view.findViewById(android.R.id.list);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventHelper.java573 public static LinkedHashSet<Rfc822Token> getAddressesFromList(String list, argument
576 Rfc822Tokenizer.tokenize(list, addresses);
693 * @param ops The list of operations to add the update to
719 * one just before endTimeMillis. The list should never be empty, because this method
1196 // the list of attendees and the status back to the server
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderListFragment.java67 * This fragment shows the list of folders and the list of accounts. Prior to June 2013,
68 * the mail application had a spinner in the top action bar. Now, the list of accounts is displayed
69 * in a drawer along with the list of folders.
74 * Show a list of accounts and a divided list of folders. In this case, the list shows
84 * Show a list of folders for a specific level. At the top-level, this shows Inbox, Sent,
91 * Shows a list of folders that can be turned into widgets/shortcuts. This is used by the
103 /** The underlying list vie
478 addListHeader(LayoutInflater inflater, ListView list) argument
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java129 // sBgWorkspaceItems is passed to bindItems, which expects a list of all folders and shortcuts
356 // the list of Folders.
358 item.container + ", not in the list of folders";
365 // as in Workspace.onDrop. Here, we just add/remove them from the list of items
829 // If we are replacing then just update the packages in the list
1566 // list sequentially, build up a list of containers that are in the specified screen,
1867 final ArrayList<ApplicationInfo> list
1874 callbacks.bindAllApplications(list);
1877 Log.d(TAG, "bound all " + list
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClockFragment.java551 // Used for scrolling an expanded item in the list to make sure it is fully visible.
568 long[] selectedAlarms, Bundle previousDaysOfWeekMap, ListView list) {
572 mList = list;
609 // list is updated.
631 * In addition to changing the data set for the alarm list, swapCursor is now also
567 AlarmItemAdapter(Context context, long expandedId, long[] repeatCheckedIds, long[] selectedAlarms, Bundle previousDaysOfWeekMap, ListView list) argument
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java408 mListView = (ListView) editorView.findViewById(android.R.id.list);
453 // Update the exempt list. (mListToDisplay might have been restored from the saved
701 // Re-create the list to display
716 // Update the display list
726 // If the contact was just added during this session, remove it from the list of
731 // Otherwise this contact was already part of the existing list of contacts,
735 // In either case, update the UI so the contact is no longer in the list of
769 * The loader listener for the list of existing group members.
793 // Update the display list
943 * This adapter displays a list o
[all...]
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java98 * A list of distinct contact IDs included in the current contact.
132 * The view shown if the detail list is empty.
133 * We set this to the list view when first bind the adapter, so that it won't be shown while
163 mListView = (ListView) view.findViewById(android.R.id.list);
169 // Build the list of sections. The order they're added to mSections dictates the
170 // order they are displayed in the list.
526 * A basic structure with the data for a contact entry in the list.
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java103 import com.android.contacts.common.list.ShortcutIntentBuilder;
104 import com.android.contacts.common.list.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;
837 * Check if the given MIME-type appears in the list of excluded MIME-types
1123 * @return A pair containing a list of data items sorted within mimetype and sorted
1124 * amongst mimetype. The map goes from mimetype string to the sorted list of data items within
1165 * Sorting is a multi part step. The end result is to a have a sorted list of the most
1166 * used data items, one per mimetype. Then, within each mimetype, the list of data items
1176 // Add to the list of data item lists
1223 * A map between a mimetype string and the corresponding list of data items. The data items
1904 // Wrap each interaction in its own list s
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1607 * This uses a white list because it screens out unknown columns and is a bit safer to
1608 * maintain than a black list.
1657 * one just before endTimeMillis. The list should never be empty, because this method
3272 // that they will be removed from the instances list.
3387 * reminders are left" and "duplicate this event" requests, we want to generate a list
4129 List<String> list = Arrays.asList(selectionArgs);
4131 if (list.contains(CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS)) {
4154 if (list.contains(CalendarCache.KEY_TIMEZONE_TYPE)) {
4183 else if (list.contains(CalendarCache.KEY_TIMEZONE_INSTANCES)) {
4305 // TODO review this list, documen
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java1371 * should cause all parameters to be included in the message list. */
1496 List<BluetoothMapMessageListingElement> list = bmList.getList();
1497 int listSize = list.size();
1500 BluetoothMapMessageListingElement ele = list.get(x);
1592 * Return true if there are unread messages in the requested list of messages
1595 * @return true if unread messages are in the list, else false
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java153 // sBgWorkspaceItems is passed to bindItems, which expects a list of all folders and shortcuts
428 // Get the list of workspace screens. We need to append to this list and
706 // the list of Folders.
708 item.container + ", not in the list of folders";
714 // as in Workspace.onDrop. Here, we just add/remove them from the list of items
1157 * Update the order of the workspace screens in the database. The array list contains
1158 * a list of screen ids in the order that they should appear.
1282 // If we are replacing then just update the packages in the list
1741 // Cross reference all the applications in our apps list wit
[all...]

Completed in 1040 milliseconds

<<111213