Searched refs:MotionConfig (Results 1 – 1 of 1) sorted by relevance
65 val motion: MotionConfig = MotionConfig.Default,119 motion = MotionConfig.fromName(it[motionSchemeKey] as String), in <lambda>()133 class MotionConfig(val name: String, val scheme: MotionScheme) { class137 MotionConfig("standard", MotionScheme.standard()),138 MotionConfig("expressive", MotionScheme.expressive()),139 MotionConfig(146 MotionConfig(153 MotionConfig(160 MotionConfig(169 val Default: MotionConfig = Options[1][all …]