Home
last modified time | relevance | path

Searched refs:IsKeyPressed (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h116 virtual bool IsKeyPressed(int key);
/bootable/recovery/recovery_ui/
Dui.cpp516 bool RecoveryUI::IsKeyPressed(int key) { in IsKeyPressed() function in RecoveryUI
553 if ((key == KEY_VOLUMEUP || key == KEY_UP) && IsKeyPressed(KEY_POWER)) { in CheckKey()