Searched refs:getByValue (Results 1 – 6 of 6) sorted by relevance
24 fun getByValue(value: String) { in getByValue() method
33 fun getByValue(value: Int) = if (value == -1) ROTATION_0 else VALUES[value] method
63 initialOrientation = Rotation.getByValue(wm.defaultDisplay.rotation) in starting()
110 return Rotation.getByValue(delta) in rotateBounds()
77 return Rotation.getByValue(this.displayRotation).isRotated() in UiDevice()
124 rotation = Rotation.getByValue(proto.rotation), in <lambda>()203 Rotation.getByValue(proto.displayRotation?.rotation ?: Surface.ROTATION_0), in <lambda>()