Lines Matching refs:orientation
46 uint32_t orientation = static_cast<uint32_t>((rand() % FOUR) + ONE);
47 switch (orientation) {
49 INFO_LOG("Rotate orientation is VERTICAL");
52 INFO_LOG("Rotate orientation is HORIZONTAL");
55 INFO_LOG("Rotate orientation is REVERSE_VERTICAL");
58 INFO_LOG("Rotate orientation is REVERSE_HORIZONTAL");
68 screens[0]->SetOrientation(static_cast<Rosen::Orientation>(orientation));
79 uint32_t orientation = static_cast<uint32_t>((rand() % FOUR) + ONE);
80 switch (orientation) {
82 INFO_LOG("Rotate orientation is VERTICAL");
85 INFO_LOG("Rotate orientation is HORIZONTAL");
88 INFO_LOG("Rotate orientation is REVERSE_VERTICAL");
91 INFO_LOG("Rotate orientation is REVERSE_HORIZONTAL");
101 screens[0]->SetOrientation(static_cast<Rosen::Orientation>(orientation));