Searched defs:nested (Results 1 – 10 of 10) sorted by relevance
27 val nested = dest.nested.filter { it.id != null }.associateBy { it.id!! } in <lambda>() constant
68 val nested = mutableListOf<Destination>() in <lambda>() constant
27 val nested: List<Destination> = emptyList()) { constant in androidx.navigation.safe.args.generator.models.Destination
92 public static Intent intentFor(Context context, boolean nested) { in intentFor()
103 public void nested() { in nested() method in PojoWithRelationTest
140 public StructNlAttr(short type, StructNlAttr... nested) { in StructNlAttr() method in StructNlAttr
54 optional Nested nested = 10002; field
76 void collectPrefetchPositionsFromView(RecyclerView view, boolean nested) { in collectPrefetchPositionsFromView()
223 @Test fun nested() { in nested() method in androidx.core.text.SpannableStringBuilderTest