Home
last modified time | relevance | path

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

/bootable/recovery/
Ddevice.cpp86 return ui_->HasThreeButtons() ? kNoAction : kHighlightDown; in HandleMenuKey()
Dui.h102 virtual bool HasThreeButtons();
Dui.cpp513 bool RecoveryUI::HasThreeButtons() { in HasThreeButtons() function in RecoveryUI
537 if (HasThreeButtons() || (HasPowerKey() && HasTouchScreen() && touch_screen_allowed_)) { in CheckKey()
Dscreen_ui.cpp443 y += DrawTextLines(x, y, HasThreeButtons() ? REGULAR_HELP : LONG_PRESS_HELP); in draw_screen_locked()