Searched refs:skipInheritedMethods (Results 1 – 2 of 2) sorted by relevance
120 var skipInheritedMethods: Boolean = compat variable in com.android.tools.metalava.Compatibility
110 if (compatibility.skipInheritedMethods && method.inheritedMethod) { in <lambda>()