Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Ddevice.cpp96 return ui_->HasThreeButtons() ? kNoAction : kHighlightDown; in HandleMenuKey()
Dui.cpp541 bool RecoveryUI::HasThreeButtons() const { in HasThreeButtons() function in RecoveryUI
565 if (HasThreeButtons() || (HasPowerKey() && HasTouchScreen() && touch_screen_allowed_)) { in CheckKey()
Dscreen_ui.cpp689 return HasThreeButtons() ? REGULAR_HELP : LONG_PRESS_HELP; in GetMenuHelpMessage()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h121 virtual bool HasThreeButtons() const;