Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/profileiconlist/src/android/platform/tests/
DProfileIconsListTest.java67 int position = list.size() - 1; in testListOfProfiles() local
/platform_testing/libraries/flicker/utils/test/src/android/tools/monitors/
DScreenRecorderTest.kt125 private var position = 0L variable
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/foldable/
DUnfoldAnimationTestingUtils.kt102 data class Icon(val name: String, val position: Point) in <lambda>() constant in android.platform.helpers.foldable.UnfoldAnimationTestingUtils.Icon
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt420 class Down(val pointerId: Int, val position: Offset) : TouchEventRecorderEntry constant in platform.test.motion.compose.TouchEventRecorderEntry.Down
426 class UpdatePointerTo(val pointerId: Int, val position: Offset) : TouchEventRecorderEntry constant in platform.test.motion.compose.TouchEventRecorderEntry.UpdatePointerTo