Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp285 UP = 1, enumerator
295 { KeyCode::UP, Device::kHighlightUp },
423 KeyCode::UP, in TEST_F()
425 KeyCode::UP, in TEST_F()
434 KeyCode::UP, in TEST_F()
435 KeyCode::UP, in TEST_F()
438 KeyCode::UP, in TEST_F()
493 KeyCode::UP, in TEST_F()
495 KeyCode::UP, in TEST_F()
507 KeyCode::UP, in TEST_F()
[all …]
/bootable/recovery/recovery_ui/
Dui.cpp183 enum SwipeDirection { UP, DOWN, RIGHT, LEFT } direction; in OnTouchDetected() enumerator
191 direction = dy < 0 ? SwipeDirection::UP : SwipeDirection::DOWN; in OnTouchDetected()
206 case SwipeDirection::UP: in OnTouchDetected()