Home
last modified time | relevance | path

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

/bootable/recovery/
Ddevice.cpp84 return ui_->HasThreeButtons() ? kNoAction : kHighlightDown; in HandleMenuKey()
Dui.cpp278 bool RecoveryUI::HasThreeButtons() { in HasThreeButtons() function in RecoveryUI
294 if (HasThreeButtons()) { in CheckKey()
Dui.h83 virtual bool HasThreeButtons();
Dscreen_ui.cpp303 DrawTextLines(TEXT_INDENT, &y, HasThreeButtons() ? REGULAR_HELP : LONG_PRESS_HELP); in draw_screen_locked()