Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp6553 const auto touchscreenOrientation = static_cast<Orientation>(ui::toRotationInt(GetParam())); in TEST_P() local
6558 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()