Searched refs:list (Results 126 - 150 of 274) sorted by relevance

1234567891011

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity5.java116 final ListView list = (ListView) findViewById(listId);
117 list.setAdapter(new SimpleListAdapter(this));
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java30 * A class representing a Wi-Fi P2p device list.
73 /** Clear the list @hide */
81 * Add/update a device to the list. If the device is not found, a new device entry
128 * Fetch a device from the list
144 * Remove a device from the list
154 /** Returns true if any device the list was removed @hide */
155 public boolean remove(WifiP2pDeviceList list) { argument
157 for (WifiP2pDevice d : list.mDevices.values()) {
163 /** Get the list of devices */
/frameworks/compile/mclinker/tools/mcld/lib/
H A DOptimizationOptions.cpp91 llvm::cl::list<std::string> ArgPlugin("plugin",
95 llvm::cl::list<std::string> ArgPluginOpt("plugin-opt",
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DOpReorderTest.java568 private void swapMoveUpdate(List<UpdateOp> list, int move) { argument
569 mOpReorderer.swapMoveUpdate(list, move, list.get(move), move + 1, list.get(move + 1));
572 private void swapMoveRemove(List<UpdateOp> list, int move) { argument
573 mOpReorderer.swapMoveRemove(list, move, list.get(move), move + 1, list.get(move + 1));
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h80 dpbPicture_t **list; member in struct:__anon602
/frameworks/base/core/java/android/app/
H A DExpandableListActivity.java34 * An activity that displays an expandable list of items by binding to a data
48 * full-screen, centered expandable list. However, if you desire, you can
51 * ExpandableListView object with the id "@android:id/list" (or
52 * {@link android.R.id#list} if it's in code)
55 * display when the list view is empty. This "empty list" notifier must have an
57 * list view will be hidden when there is no data to display.
59 * The following code demonstrates an (ugly) custom screen layout. It has a list
72 * &lt;ExpandableListView android:id=&quot;@id/android:list&quot;
98 * children in the list
[all...]
H A DListActivity.java27 * An activity that displays a list of items by binding to a data source such as
38 * ListActivity has a default layout that consists of a single, full-screen list
42 * id "@android:id/list" (or {@link android.R.id#list} if it's in code)
45 * display when the list view is empty. This "empty list" notifier must have an
46 * id "android:id/empty". Note that when an empty view is present, the list view
49 * The following code demonstrates an (ugly) custom screen layout. It has a list
62 * &lt;ListView android:id=&quot;@android:id/list&quot;
81 * You can specify the layout of individual rows in the list
[all...]
/frameworks/base/test-runner/src/junit/runner/
H A DClassPathTestCollector.java50 String[] contents= thisRoot.list();
/frameworks/base/tests/backup/
H A Dtest_restore.sh69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
/frameworks/compile/mclinker/include/mcld/Support/
H A DTarget.h12 #include <list>
/frameworks/compile/mclinker/tools/mcld/include/mcld/
H A DOutputFormatOptions.h53 llvm::cl::list<std::string>& m_ExcludeLIBS;
/frameworks/native/services/sensorservice/
H A DSensorDevice.h83 ssize_t getSensorList(sensor_t const** list);
/frameworks/base/core/java/android/widget/
H A DSimpleAdapter.java31 * backing the list as an ArrayList of Maps. Each entry in the ArrayList corresponds to one row
32 * in the list. The Maps contain the data for each row. You also specify an XML file that
68 * @param data A List of Maps. Each entry in the List corresponds to one row in the list. The
71 * @param resource Resource identifier of a view layout that defines the views for this list
73 * @param from A list of column names that will be added to the Map associated with each
76 * TextViews. The first N views in this list are given the values of the first N columns
321 * is removed from the list.</p>
334 ArrayList<Map<String, ?>> list = mUnfilteredData;
335 results.values = list;
336 results.count = list
[all...]
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyServer.java106 List<Proxy> list = Lists.newArrayList();
108 list = ProxySelector.getDefault().select(new URI(urlString));
113 for (Proxy proxy : list) {
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestSuiteBuilder.java118 * @param predicates Predicates to add to the list of requirements.
214 * @param predicates Predicates to add to the list of requirements.
218 ArrayList<Predicate<TestMethod>> list = new ArrayList<Predicate<TestMethod>>();
219 Collections.addAll(list, predicates);
220 return addRequirements(list);
/frameworks/native/libs/binder/
H A DIServiceManager.cpp218 Vector<String16> list = listServices(); local
219 const size_t N = list.size();
222 reply->writeString16(list[i]);
/frameworks/compile/slang/
H A Dslang_rs_export_type.h20 #include <list>
533 typedef std::list<const Field*>::const_iterator const_field_iterator;
543 std::list<const Field*> mFields;
576 inline const std::list<const Field*>& getFields() const { return mFields; }
590 for (std::list<const Field*>::iterator I = mFields.begin(),
H A Dslang_rs_object_ref_count.cpp19 #include <list>
97 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) {
104 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
105 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
122 std::list<clang::Stmt*> &StmtList) {
145 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
146 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
157 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
158 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
176 // To accomplish these goals, it collects a list o
[all...]
/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java55 * in this list, if this parameter is supplied.
61 * that match the types in this list, if this parameter is supplied. This list is also
91 * If true then display the account selection list even if there is just
177 // If the selected account as specified in the intent matches one in the list we will
470 // last item in the list.
483 * Create a list of Account objects for each account that is acceptable. Filter out
558 * Populates the UI ListView with the given list of items and selects an item
562 ListView list = (ListView) findViewById(android.R.id.list);
[all...]
/frameworks/base/core/java/android/util/
H A DPathParser.java58 ArrayList<PathDataNode> list = new ArrayList<PathDataNode>();
64 addNode(list, s.charAt(0), val);
71 addNode(list, pathData.charAt(start), new float[0]);
73 return list.toArray(new PathDataNode[list.size()]);
148 private static void addNode(ArrayList<PathDataNode> list, char cmd, float[] val) { argument
149 list.add(new PathDataNode(cmd, val));
163 * @param s the string containing a command and list of floats
/frameworks/base/core/java/android/transition/
H A DTransition.java487 * @param matches A list of zero or more of {@link #MATCH_INSTANCE},
622 * assuming that there is no match between values in the list.
787 * the Transition has no target/targetId list (the default, in which
789 * the given view is in the target list or the view id is in the
790 * targetId list. If the target parameter is null, then the target list
1034 * Removes the given targetId from the list of ids that this Transition
1051 * Removes the given targetName from the list of transitionNames that this Transition
1068 * Whether to add the given id to the list of target ids to exclude from this
1070 * should be added to or removed from the excluded list
1209 excludeObject(ArrayList<T> list, T target, boolean exclude) argument
2372 add(ArrayList<T> list, T item) argument
2387 remove(ArrayList<T> list, T item) argument
[all...]
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java130 if ("list".equals(op)) {
265 * Execute the list sub-command.
267 * pm list [package | packages]
268 * pm list permission-groups
269 * pm list permissions
270 * pm list features
271 * pm list libraries
272 * pm list instrumentation
277 System.err.println("Error: didn't specify type of data to list");
295 System.err.println("Error: unknown list typ
[all...]
/frameworks/base/core/java/android/os/
H A DParcel.java1089 * type of the objects in the list must be one that implements Parcelable.
1094 * @param val The list of objects to be written.
1126 * @param val The list of strings to be written.
1151 * @param val The list of strings to be written.
1832 * dataPosition(). Returns null if the previously written list object was
1864 * dataPosition(). Returns null if the previously written list object was
1880 * dataPosition(). Returns null if the previously written list object was
1897 * previously written list object was null. The list <em>must</em> have
1926 * current dataPosition(). The list <e
1935 readTypedList(List<T> list, Parcelable.Creator<T> c) argument
2015 readStringList(List<String> list) argument
2039 readBinderList(List<IBinder> list) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DSearchFragment.java359 VerticalGridView list = mRowsFragment.getVerticalGridView();
362 list.setItemAlignmentOffset(0);
363 list.setItemAlignmentOffsetPercent(VerticalGridView.ITEM_ALIGN_OFFSET_PERCENT_DISABLED);
364 list.setWindowAlignmentOffset(mContainerListAlignTop);
365 list.setWindowAlignmentOffsetPercent(VerticalGridView.WINDOW_ALIGN_OFFSET_PERCENT_DISABLED);
366 list.setWindowAlignment(VerticalGridView.WINDOW_ALIGN_NO_EDGE);
509 * a list of query completions that the system will show in the IME.
511 * @param completions A list of completions to show in the IME. Setting to
512 * null or empty will clear the list.
557 * in the results list, th
[all...]
H A DSearchSupportFragment.java361 VerticalGridView list = mRowsSupportFragment.getVerticalGridView();
364 list.setItemAlignmentOffset(0);
365 list.setItemAlignmentOffsetPercent(VerticalGridView.ITEM_ALIGN_OFFSET_PERCENT_DISABLED);
366 list.setWindowAlignmentOffset(mContainerListAlignTop);
367 list.setWindowAlignmentOffsetPercent(VerticalGridView.WINDOW_ALIGN_OFFSET_PERCENT_DISABLED);
368 list.setWindowAlignment(VerticalGridView.WINDOW_ALIGN_NO_EDGE);
511 * a list of query completions that the system will show in the IME.
513 * @param completions A list of completions to show in the IME. Setting to
514 * null or empty will clear the list.
559 * in the results list, th
[all...]

Completed in 729 milliseconds

1234567891011