Home
last modified time | relevance | path

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

/lifecycle/lifecycle-compiler/src/main/kotlin/androidx/lifecycle/model/
DInputModel.kt34 fun isRootType(type: TypeElement) = type in rootTypes in <lambda>() method
/lifecycle/lifecycle-compiler/src/main/kotlin/androidx/lifecycle/
Dtransformation.kt110 if (world.isRootType(eventMethod.type)) { in validateMethod()
134 .filter { (type) -> world.isRootType(type) } in transformToOutput()