Searched refs:combineWith (Results 1 – 4 of 4) sorted by relevance
549 itemShowability = itemShowability.combineWith(showability) in <lambda>()559 itemShowability.combineWith(LazyAnnotationInfo.REVERT_UNSTABLE_API) in <lambda>()567 itemShowability.combineWith(LazyAnnotationInfo.REVERT_UNSTABLE_API) in <lambda>()
52 fun combineWith(other: InputFormat): InputFormat { in combineWith() method in com.android.tools.metalava.model.provider.InputFormat
214 fun combineWith(other: Showability): Showability { in show() method
125 .reduce { if1, if2 -> if1.combineWith(if2) } in <lambda>()