Searched refs:afterVisitConstructor (Results 1 – 3 of 3) sorted by relevance
220 override fun afterVisitConstructor(constructor: ConstructorItem) { in <lambda>() method in com.android.tools.metalava.stub.StubWriter221 stubWriter?.afterVisitConstructor(constructor) in <lambda>()
74 open fun afterVisitConstructor(constructor: ConstructorItem) { in afterVisitConstructor() method in com.android.tools.metalava.model.visitors.ItemVisitor
195 visitor.afterVisitConstructor(this as ConstructorItem) in <lambda>()