Home
last modified time | relevance | path

Searched refs:frameCount (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/
DTimeSeriesSubjectTest.kt165 private fun createTimeSeries(frameCount: Int) = in <lambda>()
167 createFrames(frameCount), in <lambda>()
168 listOf(createIntFeature("foo", frameCount), createStringFeature("bar", frameCount)) in <lambda>()
171 private fun createFrames(frameCount: Int) = List(frameCount) { TimestampFrameId(it.toLong()) } in <lambda>()
/platform_testing/libraries/device-collectors/src/main/java/android/device/stressmodes/
DIOContentionStressTestMode.java107 int frameCount = 0; in doCopyFile() local
129 frameCount++; in doCopyFile()
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
DComposeToolkitTest.kt603 var frameCount by remember { mutableStateOf(0) } in <lambda>() variable
617 frameCount++ in <lambda>()
621 val exportedFrameCount = if (play) frameCount + 100 else frameCount in <lambda>()