Home
last modified time | relevance | path

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

/bootable/recovery/
Dui.h79 virtual bool IsKeyPressed(int key);
Dui.cpp350 bool RecoveryUI::IsKeyPressed(int key) { in IsKeyPressed() function in RecoveryUI
381 if (key == KEY_VOLUMEUP && IsKeyPressed(KEY_POWER)) { in CheckKey()