Home
last modified time | relevance | path

Searched refs:HasThreeButtons (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/recovery_ui/
Ddevice.cpp95 return ui_->HasThreeButtons() ? kNoAction : kHighlightDown; in HandleMenuKey()
Dui.cpp532 bool RecoveryUI::HasThreeButtons() { in HasThreeButtons() function in RecoveryUI
556 if (HasThreeButtons() || (HasPowerKey() && HasTouchScreen() && touch_screen_allowed_)) { in CheckKey()
Dscreen_ui.cpp697 draw_menu_and_text_buffer_locked(HasThreeButtons() ? REGULAR_HELP : LONG_PRESS_HELP); in draw_screen_locked()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h119 virtual bool HasThreeButtons();