Searched defs:list (Results 76 - 100 of 120) sorted by relevance

12345

/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceFragmentCompat.java291 * Sets the drawable that will be drawn between each item in the list.
304 * Sets the height of the divider that will be drawn between each item in the list. Calling
701 public ScrollToPreferenceObserver(RecyclerView.Adapter adapter, RecyclerView list, argument
704 mList = list;
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DOpReorderTest.java608 private void swapMoveUpdate(List<UpdateOp> list, int move) { argument
609 mOpReorderer.swapMoveUpdate(list, move, list.get(move), move + 1, list.get(move + 1));
612 private void swapMoveRemove(List<UpdateOp> list, int move) { argument
613 mOpReorderer.swapMoveRemove(list, move, list.get(move), move + 1, list.get(move + 1));
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentTest.java418 List<? extends BaseRecyclerViewAnimationsTest.AnimateLogBase> list) {
419 for (BaseRecyclerViewAnimationsTest.AnimateLogBase base : list) {
416 collectInto( LongSparseArray<String> target, List<? extends BaseRecyclerViewAnimationsTest.AnimateLogBase> list) argument
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp640 sp<IMediaCodecList> list = MediaCodecList::getInstance(); local
641 size_t numCodecs = list->countCodecs();
647 sp<MediaCodecInfo> info = list->getCodecInfo(index);
916 List<IOMX::ComponentInfo> list; local
917 omx->listNodes(&list);
919 for (List<IOMX::ComponentInfo>::iterator it = list.begin();
920 it != list.end(); ++it) {
/frameworks/av/media/libmedia/
H A DIOMX.cpp83 virtual status_t listNodes(List<ComponentInfo> *list) { argument
84 list->clear();
92 list->push_back(ComponentInfo());
93 ComponentInfo &info = *--list->end();
655 List<ComponentInfo> list; local
656 listNodes(&list);
658 reply->writeInt32(list.size());
659 for (List<ComponentInfo>::iterator it = list.begin();
660 it != list.end(); ++it) {
1234 virtual void onMessages(const std::list<omx_messag
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp167 // if failed to get remote list, create local list
666 // fail. Only list the codec if this succeeds.
736 // fail. Only list the codec if this succeeds.
1148 const sp<IMediaCodecList> list = getInstance(); local
1149 if (list == NULL) {
1156 list->findCodecByType(mime, encoder, index);
1164 const sp<MediaCodecInfo> info = list->getCodecInfo(matchIndex);
1181 const sp<IMediaCodecList> list = getInstance(); local
1182 if (list
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp86 std::list<omx_message> mQueue;
90 void dispatch(std::list<omx_message> &messages);
130 void OMX::CallbackDispatcher::dispatch(std::list<omx_message> &messages) {
140 std::list<omx_message> messages;
215 status_t OMX::listNodes(List<ComponentInfo> *list) { argument
216 list->clear();
222 list->push_back(ComponentInfo());
223 ComponentInfo &info = *--list->end();
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java57 private static native void nativeGetDynamicSensors(long nativeInstance, List<Sensor> list); argument
72 // Listener list
103 // initialize the sensor list
335 List<Sensor> list = new ArrayList<>();
336 nativeGetDynamicSensors(mNativeInstance, list);
343 mFullDynamicSensorsList, list, updatedList, addedList, removedList);
347 Log.i(TAG, "DYNS dynamic sensor list cached should be updated");
444 * assuming the input list is already sorted by handle. Inputs are ol and nl; outputs are
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp271 MtpObjectHandleList* list = new MtpObjectHandleList();
275 list->push(handles[i]);
280 return list;
300 MtpObjectFormatList* list = new MtpObjectFormatList();
304 list->push(formats[i]);
309 return list;
318 MtpObjectFormatList* list = new MtpObjectFormatList();
322 list->push(formats[i]);
327 return list;
336 MtpObjectPropertyList* list
374 jobject list = env->CallObjectMethod( local
689 jobject list = env->CallObjectMethod( local
[all...]
H A Dandroid_media_MediaDrm.cpp535 List<Vector<uint8_t> > list) {
538 List<Vector<uint8_t> >::iterator iter = list.begin();
539 while (iter != list.end()) {
534 ListOfVectorsToArrayListOfByteArray(JNIEnv *env, List<Vector<uint8_t> > list) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DStaticMetadata.java1130 * If the aeMode list is invalid, return an empty mode array. The the caller doesn't
1131 * have to abort the execution even the aeMode list is invalid.</p>
1428 // Assume unsorted list of target FPS ranges, so use two passes, first maximize min FPS
1822 * @return reported available capabilities list, empty list if the value is unavailable.
2346 * Check the uniqueness of the values in a list.
2349 * @param list The list contains the value of the key
2351 private <U, T> void checkElementDistinct(Key<U> key, List<T> list) { argument
2353 Set<T> sizeSet = new HashSet<T>(list);
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java253 ArrayList<SpellCheckerInfo> list, HashMap<String, SpellCheckerInfo> map,
255 list.clear();
283 list.add(sci);
292 Slog.d(TAG, "buildSpellCheckerMapLocked: " + list.size() + "," + map.size());
252 buildSpellCheckerMapLocked(Context context, ArrayList<SpellCheckerInfo> list, HashMap<String, SpellCheckerInfo> map, TextServicesSettings settings) argument
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp601 // setup the reached list, if we first add the element to reached list
715 SectionData::FragmentListType& list = sectData->getFragmentList(); local
718 // to temporary list because we would only like to sort the region fragment.
728 tmp.splice(tmp.end(), list, first);
729 tmp.splice(tmp.end(), list, last);
733 sort(list, ExIdxFragmentComparator(*m_pExData));
739 SectionData::FragmentListType::iterator it = list.begin();
740 if (it != list.end()) {
746 while (it != list
[all...]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java296 * Receives a list of bundles which are representations of the same layout file in different
344 * Receives a list of bundles which are representations of the same layout file in different
714 public static boolean contains(List<? extends NameTypeLocation> list, String name) { argument
715 for (NameTypeLocation ntl : list) {
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java744 protected static <T> T getFromList(List<T> list, int index) { argument
745 if (list == null || index < 0 || index >= list.size()) {
748 return list.get(index);
752 protected static <T> void setTo(List<T> list, int index, T value) { argument
753 if (list == null || index < 0 || index >= list.size()) {
756 list.set(index, value);
760 protected static <T> T getFromList(SparseArray<T> list, int index) { argument
761 if (list
768 setTo(SparseArray<T> list, int index, T value) argument
777 getFromList(LongSparseArray<T> list, int index) argument
786 setTo(LongSparseArray<T> list, int index, T value) argument
794 getFromList(android.support.v4.util.LongSparseArray<T> list, int index) argument
802 setTo(android.support.v4.util.LongSparseArray<T> list, int index, T value) argument
811 getFromList(SparseBooleanArray list, int index) argument
819 setTo(SparseBooleanArray list, int index, boolean value) argument
827 getFromList(SparseIntArray list, int index) argument
835 setTo(SparseIntArray list, int index, int value) argument
844 getFromList(SparseLongArray list, int index) argument
853 setTo(SparseLongArray list, int index, long value) argument
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp401 * Dynamically creates layer list with numLayers worth
406 hwc_display_contents_1_t *list; local
409 if ((list = (hwc_display_contents_1_t *) calloc(1, size)) == NULL) {
412 list->flags = HWC_GEOMETRY_CHANGED;
413 list->numHwLayers = numLayers;
415 return list;
422 void hwcTestFreeLayerList(hwc_display_contents_1_t *list) argument
424 free(list);
427 // Display the settings of the layer list pointed to by list
428 hwcTestDisplayList(hwc_display_contents_1_t *list) argument
499 hwcTestDisplayListPrepareModifiable(hwc_display_contents_1_t *list) argument
527 hwcTestDisplayListHandles(hwc_display_contents_1_t *list) argument
[all...]
/frameworks/native/services/sensorservice/
H A DSensorService.cpp127 sensor_t const* list; local
128 ssize_t count = dev.getSensorList(&list);
142 switch (list[i].type) {
164 virtualSensorsNeeds &= ~(1<<list[i].type);
169 registerSensor( new HardwareSensor(list[i]) );
190 registerSensor(new LinearAccelerationSensor(list, count),
194 registerSensor( new CorrectedGyroSensor(list, count), true, true);
200 registerSensor(new GravitySensor(list, count), !needGravitySensor, true);
368 // Default dump the sensor list and debugging information.
/frameworks/opt/net/wifi/service/lib/
H A Dwifi_hal_stub.cpp50 wifi_error wifi_get_supported_channels_stub(wifi_handle handle, int *size, wifi_channel *list) { argument
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaBrowserCompat.java188 * The list of subscriptions is maintained even when not connected and is
198 * @param parentId The id of the parent media item whose list of children
200 * @param callback The callback to receive the list of children.
218 * The list of subscriptions is maintained even when not connected and is
228 * @param parentId The id of the parent media item whose list of children
233 * @param callback The callback to receive the list of children.
257 * @param parentId The id of the parent media item whose list of children
275 * @param parentId The id of the parent media item whose list of children
521 * Called when the list of children is loaded or updated.
530 * Called when the list o
615 applyOptions(List<MediaBrowserCompat.MediaItem> list, final Bundle options) argument
718 onLoadChildren(Messenger callback, String parentId, List list, Bundle options) argument
1071 onLoadChildren(final Messenger callback, final String parentId, final List list, final Bundle options) argument
1501 onLoadChildren(Messenger callback, String parentId, List list, Bundle options) argument
[all...]
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java866 * @param firstOutFragments The list of first fragments to be removed, keyed on the
867 * container ID. This list will be modified by the method.
868 * @param lastInFragments The list of last fragments to be added, keyed on the
869 * container ID. This list will be modified by the method.
925 * @param firstOutFragments The list of first fragments to be removed, keyed on the
926 * container ID. This list will be modified by the method.
927 * @param lastInFragments The list of last fragments to be added, keyed on the
928 * container ID. This list will be modified by the method.
991 * @param firstOutFragments The list of first fragments to be removed, keyed on the
993 * @param lastInFragments The list o
1551 isNullOrEmpty(List list) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java318 * @see #list
339 * @see #list
383 public native final String[] list(String path) method in class:AssetManager
/frameworks/base/core/java/android/transition/
H A DTransition.java488 * @param matches A list of zero or more of {@link #MATCH_INSTANCE},
625 * assuming that there is no match between values in the list.
796 * the Transition has no target/targetId list (the default, in which
798 * the given view is in the target list or the view id is in the
799 * targetId list. If the target parameter is null, then the target list
1046 * Removes the given targetId from the list of ids that this Transition
1063 * Removes the given targetName from the list of transitionNames that this Transition
1080 * Whether to add the given id to the list of target ids to exclude from this
1082 * should be added to or removed from the excluded list
1221 excludeObject(ArrayList<T> list, T target, boolean exclude) argument
2397 add(ArrayList<T> list, T item) argument
2412 remove(ArrayList<T> list, T item) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp199 * The GetJavaVM function isn't on the "approved" list of JNI calls
370 JavaDeathRecipient(JNIEnv* env, jobject object, const sp<DeathRecipientList>& list) argument
372 mObjectWeak(NULL), mList(list)
375 // The list holds a strong reference to this object.
376 LOGDEATH("Adding JDR %p to DRL %p", this, list.get());
377 list->add(this);
398 // delete the global ref on mObject while the list is being iterated.
399 sp<DeathRecipientList> list = mList.promote(); local
400 if (list != NULL) {
401 AutoMutex _l(list
414 sp<DeathRecipientList> list = mList.promote(); local
1171 DeathRecipientList* list = (DeathRecipientList*) local
1206 DeathRecipientList* list = (DeathRecipientList*) local
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java380 * Populate a list with the current child views, sorted such that the topmost views
381 * in z-order are at the front of the list. Useful for hit testing and event dispatch.
1261 * Returns the list of views which the provided view depends on. Do not store this list as it's
1266 * @return the list of views which {@code child} depends on.
1272 final List<View> list = mTempDependenciesList;
1273 list.clear();
1282 list.add(other);
1286 return list;
2722 private static void selectionSort(final List<View> list, fina argument
[all...]

Completed in 941 milliseconds

12345