Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics.cpp455 std::string rotation_str = in gr_init() local
457 if (rotation_str == "ROTATION_RIGHT") { in gr_init()
459 } else if (rotation_str == "ROTATION_DOWN") { in gr_init()
461 } else if (rotation_str == "ROTATION_LEFT") { in gr_init()
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp1400 std::string rotation_str; in SetSwCallback() local
1402 rotation_str = in SetSwCallback()
1405 rotation_str = in SetSwCallback()
1409 if (rotation_str == "ROTATION_RIGHT") { in SetSwCallback()
1411 } else if (rotation_str == "ROTATION_DOWN") { in SetSwCallback()
1413 } else if (rotation_str == "ROTATION_LEFT") { in SetSwCallback()