Searched refs:toTransitionType (Results 1 – 1 of 1) sorted by relevance
108 type = args.getChild("type")?.getInt()?.toTransitionType(), in <lambda>()114 it.getChild("mode")?.getInt()?.toTransitionType() in <lambda>()146 private fun Int.toTransitionType() = TransitionType.fromInt(this) in <lambda>() method