Home
last modified time | relevance | path

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

/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DAnnotationInfo.kt118 fun highestPriority(other: ShowOrHide): ShowOrHide = maxOf(this, other) in show() method in com.android.tools.metalava.model.ShowOrHide
216 val newShow = show.highestPriority(other.show) in show()
219 val newRecursive = recursive.highestPriority(other.recursive) in show()
226 forStubsOnly.highestPriority(other.forStubsOnly) in show()