Searched refs:Landscape (Results 1 – 3 of 3) sorted by relevance
49 enum class ScreenOrientation { Portrait, Landscape }; enumerator
64 if (stripe.orientation == ScreenOrientation::Landscape) { in Rotated()86 stripe.orientation = ScreenOrientation::Landscape; in Rotated()
505 if (current_orientation_ == ScreenOrientation::Landscape) { in HandlePointerEvent()530 case ScreenOrientation::Landscape: in CoordinatesForOrientation()585 SetScreenOrientation(ScreenOrientation::Landscape); in RotateIfIsRotationCommand()