Home
last modified time | relevance | path

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

/bootable/recovery/
Ddevice.cpp72 return ui_->HasThreeButtons() ? kNoAction : kHighlightDown; in HandleMenuKey()
Dui.h80 virtual bool HasThreeButtons();
Dui.cpp276 bool RecoveryUI::HasThreeButtons() { in HasThreeButtons() function in RecoveryUI
292 if (HasThreeButtons()) { in CheckKey()
Dscreen_ui.cpp256 DrawTextLines(&y, HasThreeButtons() ? REGULAR_HELP : LONG_PRESS_HELP); in draw_screen_locked()