Searched refs:highestPriority (Results 1 – 1 of 1) sorted by relevance
118 fun highestPriority(other: ShowOrHide): ShowOrHide = maxOf(this, other) in show() method in com.android.tools.metalava.model.ShowOrHide216 val newShow = show.highestPriority(other.show) in show()219 val newRecursive = recursive.highestPriority(other.recursive) in show()226 forStubsOnly.highestPriority(other.forStubsOnly) in show()