Lines Matching refs:Rotation
436 Rotation AbstractScreen::CalcRotation(Orientation orientation) const
440 return Rotation::ROTATION_0;
446 return Rotation::ROTATION_0;
449 return isVerticalScreen ? Rotation::ROTATION_0 : Rotation::ROTATION_90;
452 return isVerticalScreen ? Rotation::ROTATION_90 : Rotation::ROTATION_0;
455 return isVerticalScreen ? Rotation::ROTATION_180 : Rotation::ROTATION_270;
458 return isVerticalScreen ? Rotation::ROTATION_270 : Rotation::ROTATION_180;
462 return Rotation::ROTATION_0;