Home
last modified time | relevance | path

Searched defs:findRememberCallWithType (Results 1 – 1 of 1) sorted by relevance

/compose/ui/ui-tooling/src/androidMain/kotlin/androidx/compose/ui/tooling/animation/
DAnimationSearch.android.kt199 private fun <T : Any> Collection<Group>.findRememberCallWithType(clazz: KClass<T>) = in findRememberCallWithType() method in androidx.compose.ui.tooling.animation.AnimationSearch
204 private fun <T : Any> Group.findRememberCallWithType(clazz: KClass<T>): T? { in findRememberCallWithType() method in androidx.compose.ui.tooling.animation.AnimationSearch