Searched refs:touchscreenOrientation (Results 1 – 1 of 1) sorted by relevance
6553 const auto touchscreenOrientation = static_cast<Orientation>(ui::toRotationInt(GetParam())); in TEST_P() local6558 addConfigurationProperty("touch.orientation", ftl::enum_string(touchscreenOrientation).c_str()); in TEST_P()6567 touchscreenOrientation == ORIENTATION_90 || touchscreenOrientation == ORIENTATION_270; in TEST_P()6573 const auto& expectedPoints = kMappedCorners.at(touchscreenOrientation); in TEST_P()6589 << ftl::enum_string(touchscreenOrientation).c_str() << ", expected point (" in TEST_P()