Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/tests/src/platform/test/motion/view/
DViewToolkitTest.kt29 import platform.test.motion.testing.SampleScene in <lambda>()
102 private fun createSampleScene(): SampleScene { in <lambda>()
103 lateinit var sceneRoot: SampleScene in <lambda>()
106 LayoutInflater.from(activity).inflate(R.layout.test_box_scene, null) as SampleScene in <lambda>()
/platform_testing/libraries/motion/tests/src/platform/test/motion/testing/
DSampleScene.kt27 class SampleScene @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : class