Home
last modified time | relevance | path

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

/bootable/recovery/
Ddevice.cpp61 return kHighlightDown; in HandleMenuKey()
74 return ui_->HasThreeButtons() ? kNoAction : kHighlightDown; in HandleMenuKey()
Ddevice.h92 static const int kHighlightDown = -3; variable
Drecovery.cpp690 case Device::kHighlightDown: in get_menu_selection()