Searched defs:first (Results 1 – 9 of 9) sorted by relevance
| /core/core/src/main/java/androidx/core/util/ |
| D | Pair.java | 27 public final F first; field in Pair 37 public Pair(F first, S second) { in Pair()
|
| /core/core-ktx/src/androidTest/java/androidx/core/util/ |
| D | PairTest.kt | 31 val (first: String, second: String) = pair in androidDestructuringNonNull() constant 39 val (first: String?, second: String?) = pair in androidDestructuringNullable() constant 61 val (first: String, second: String) = pair in androidXDestructuringNonNull() constant 69 val (first: String?, second: String?) = pair in androidXDestructuringNullable() constant
|
| D | SparseIntArrayTest.kt | 66 val first = SparseIntArray().apply { put(1, 11) } in <lambda>() constant
|
| D | SparseArrayTest.kt | 72 val first = SparseArray<String>().apply { put(1, "one") } in <lambda>() constant
|
| D | LongSparseArrayTest.kt | 67 val first = LongSparseArray<String>().apply { put(1L, "one") } in <lambda>() constant
|
| D | SparseBooleanArrayTest.kt | 66 val first = SparseBooleanArray().apply { put(1, true) } in <lambda>() constant
|
| D | SparseLongArrayTest.kt | 66 val first = SparseLongArray().apply { put(1, 11L) } in <lambda>() constant
|
| /core/core/src/androidTest/java/androidx/core/os/ |
| D | LocaleListCompatTest.java | 391 LocaleListCompat first = LocaleListCompat.forLanguageTags("en-US"); in testLocaleListCompat_twoDifferentInstances() local
|
| /core/core/src/main/java/androidx/core/app/ |
| D | NotificationCompatBuilder.java | 295 private static @Nullable List<String> combineLists(final @Nullable List<String> first, in combineLists()
|