Searched refs:list (Results 201 - 225 of 303) sorted by relevance

1234567891011>>

/packages/apps/Contacts/src/com/android/contacts/list/
H A DProviderStatusWatcher.java16 package com.android.contacts.list;
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DPinnedHeaderListDemoActivity.java31 import com.android.contacts.common.list.PinnedHeaderListAdapter;
34 * An activity that demonstrates various use cases for the {@link com.android.contacts.common.list.PinnedHeaderListView}.
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListFilterView.java17 package com.android.contacts.common.list;
33 * Contact list filter parameters.
H A DDirectoryListLoader.java16 package com.android.contacts.common.list;
33 * A specialized loader for the list of directories, see {@link Directory}.
H A DIndexerListAdapter.java16 package com.android.contacts.common.list;
25 * A list adapter that supports section indexer and a pinned header.
63 * Creates a section header view that will be pinned at the top of the list
178 // Match the pinned header's height to the height of the list item.
/packages/apps/Dialer/src/com/android/dialer/list/
H A DTileInteractionTeaserView.java1 package com.android.dialer.list;
/packages/apps/Music/src/com/android/music/
H A DQueryBrowserActivity.java106 long [] list = new long[] { Long.valueOf(id) };
107 MusicUtils.playAll(this, list, 0);
298 long [] list = new long[] { id };
299 MusicUtils.playAll(this, list, 0);
H A DTrackBrowserActivity.java525 // update the currently playing list
691 long [] list = new long[] { mSelectedId };
692 MusicUtils.addToCurrentPlaylist(this, list);
704 long [] list = new long[] { mSelectedId };
706 MusicUtils.addToPlaylist(this, list, playlist);
716 long [] list = new long[1];
717 list[0] = (int) mSelectedId;
727 b.putLongArray("items", list);
772 // in the list, we need to override dispatchKeyEvent, not onKeyDown.
773 // (onKeyDown never sees these events, since they are handled by the list)
[all...]
/packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/tool/
H A DUtil.java69 String[] children = dir.list();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DBaseScrollAdapterFragment.java113 mScrollAdapterView = (ScrollAdapterView) root.findViewById(R.id.list);
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
H A DStrictModeActivity.java347 ArrayList<DummyObject> list = new ArrayList<DummyObject>();
348 list.add(new DummyObject());
349 list.add(new DummyObject());
357 list.clear();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictEncoderUtils.java106 * Compute the size of a shortcut list in bytes.
265 private static ArrayList<PtNodeArray> flattenTreeInner(final ArrayList<PtNodeArray> list, argument
269 // the code also depends on any node being only once in the list.
273 // to merge tails, and removing the node from the list would be necessary. However,
278 // If no nodes are ever merged, we can't have the same node twice in the list, hence
280 // since `list' is an ArrayList so it's an O(n) operation that runs on all nodes, making
281 // this simple list.remove operation O(n*n) overall. On Android this overhead is very
283 // For future reference, the code to remove duplicate is a simple : list.remove(node);
284 list.add(ptNodeArray);
287 if (null != ptNode.mChildren) flattenTreeInner(list, ptNod
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DUserDictionaryToolsList.java139 /** Work area for sorting the word list */
161 /** Get the comparator for sorting the list */
284 * Change state of the option menus according to a current state of the list widget
622 * Get the list of words in the user dictionary.
623 * @return The list of words
632 ArrayList<WnnWord> list = new ArrayList<WnnWord>();
638 list.add(event.word);
641 compareTo(list);
643 return list;
647 * Sort the list o
[all...]
H A DTextCandidatesViewManager.java97 /** Body view of the candidates list */
110 /** Layout for the candidates list on normal view */
112 /** Layout for the candidates list on full view */
360 * @param list List of candidates
362 private void onClickCandidate(View v, ArrayList<WnnWord> list) { argument
371 WnnWord word = list.get(wordcount);
385 * @param list List of candidates
387 public boolean onLongClickCandidate(View v, ArrayList<WnnWord> list) { argument
412 mWord = list.get(wordcount);
874 * Add a candidate into the list
[all...]
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipProfileDb.java108 String[] dirs = root.list();
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperActivity.java135 (AdapterView<BaseAdapter>) layout.findViewById(android.R.id.list);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java84 // TODO: Make this a Map for better performance when we check if a new contact is in the list
111 public void updateExistingMembersList(List<GroupEditorFragment.Member> list) { argument
113 for (GroupEditorFragment.Member member : list) {
178 // Create a list to store the suggested contacts (which will be alphabetically ordered),
227 // Store the member in the list of suggestions and add it to the hash map too.
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWallpaperChooserDialogFragment.java207 private void addWallpapers(Resources resources, String packageName, int list) { argument
208 final String[] extras = resources.getStringArray(list);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionaryAddWordContents.java246 final ArrayList<LocaleRenderer> list, final String locale) {
248 list.add(new LocaleRenderer(context, locale));
252 // Helper method to get the list of locales to display for this word
262 // Add the passed locale, then the system locale at the top of the list. Add an
263 // "all languages" entry at the bottom of the list.
245 addLocaleDisplayNameToList(final Context context, final ArrayList<LocaleRenderer> list, final String locale) argument
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java192 * Contents of the "methods" spinner. The "values" list specifies the method constant
200 * Contents of the "availability" spinner. The "values" list specifies the
561 * This triggers a parse of the attendees list and checks if the event is
942 * Loads an integer array asset into a list.
947 ArrayList<Integer> list = new ArrayList<Integer>(size);
950 list.add(vals[i]);
953 return list;
957 * Loads a String array asset into a list.
961 ArrayList<String> list = new ArrayList<String>(Arrays.asList(labels));
962 return list;
1567 initMultiAutoCompleteTextView(RecipientEditTextView list) argument
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DCameraSettings.java109 // size to the first one in the list defined in "arrays.xml" and is also
336 ArrayList<String> list = new ArrayList<String>();
338 list.add(String.format(Locale.ENGLISH, "%dx%d", size.width, size.height));
340 return list;
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCameraSettings.java98 // size to the first one in the list defined in "arrays.xml" and is also
280 ArrayList<String> list = new ArrayList<String>();
282 list.add(String.format("%dx%d", size.width, size.height));
284 return list;
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountSyncSettings.java155 final ListView list = (ListView) view.findViewById(android.R.id.list);
156 Utils.prepareCustomPreferencesList(container, view, list, false);
H A DManageAccountsSettings.java113 final ListView list = (ListView) view.findViewById(android.R.id.list);
114 Utils.prepareCustomPreferencesList(container, view, list, false);
425 * Filters through the preference list provided by GoogleLoginService.
427 * This method removes all the invalid intent from the list, adds account name as extra into the
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppUtility.java10 * this list of conditions and the following disclaimer.
13 * this list of conditions and the following disclaimer in the documentation
132 * Organize Array list for transfers in one batch
226 List<ResolveInfo> list = context.getPackageManager().queryIntentActivities(mimetypeIntent,
229 if (list.size() == 0) {

Completed in 622 milliseconds

1234567891011>>