Home
last modified time | relevance | path

Searched refs:array (Results 1 – 4 of 4) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DTintTypedArray.java67 private TintTypedArray(Context context, TypedArray array) { in TintTypedArray() argument
69 mWrapped = array; in TintTypedArray()
DAppCompatDrawableManager.java357 private boolean arrayContains(int[] array, int value) { in preload()
358 for (int id : array) { in preload()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DAlertDialogTest.java481 final String[] content = context.getResources().getStringArray(R.array.alert_dialog_items); in testCustomAdapter()
513 .setItems(R.array.alert_dialog_items, mockClickListener); in testSimpleItemsFromResourcesArray()
517 R.array.alert_dialog_items), mockClickListener); in testSimpleItemsFromResourcesArray()
628 .setMultiChoiceItems(R.array.alert_dialog_items, checkedTracker, in testMultiChoiceItemsFromResourcesArray()
640 R.array.alert_dialog_items), in testMultiChoiceItemsFromResourcesArray()
738 .setSingleChoiceItems(R.array.alert_dialog_items, 1, mockClickListener); in testSingleChoiceItemsFromResourcesArray()
1395 android.R.layout.simple_list_item_1, R.array.numbers_array); in testCslColorForegroundPre23()
/appcompat/appcompat/api/
Dapi_lint.ignore9 …Method parameter should be Collection<CharSequence> (or subclass) instead of raw array; was `java.…
11 …Method parameter should be Collection<CharSequence> (or subclass) instead of raw array; was `java.…
13 …Method parameter should be Collection<CharSequence> (or subclass) instead of raw array; was `java.…