Home
last modified time | relevance | path

Searched refs:getByValue (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/
DNavBar.kt24 fun getByValue(value: String) { in getByValue() method
DRotation.kt33 fun getByValue(value: Int) = if (value == -1) ROTATION_0 else VALUES[value] method
/platform_testing/libraries/flicker/src/android/tools/flicker/rules/
DChangeDisplayOrientationRule.kt63 initialOrientation = Rotation.getByValue(wm.defaultDisplay.rotation) in starting()
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DRotationUtils.kt110 return Rotation.getByValue(delta) in rotateBounds()
DAutomationUtils.kt77 return Rotation.getByValue(this.displayRotation).isRotated() in UiDevice()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt124 rotation = Rotation.getByValue(proto.rotation), in <lambda>()
203 Rotation.getByValue(proto.displayRotation?.rotation ?: Surface.ROTATION_0), in <lambda>()