Searched refs:UP (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/tests/unit/ |
D | screen_ui_test.cpp | 285 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/ |
D | ui.cpp | 183 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()
|