Home
last modified time | relevance | path

Searched defs:position (Results 1 – 3 of 3) 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/test/src/android/tools/device/traces/monitors/
DScreenRecorderTest.kt124 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