Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h125 virtual bool HasTouchScreen() const;
/bootable/recovery/recovery_ui/
Dui.cpp540 bool RecoveryUI::HasTouchScreen() const { in HasTouchScreen() function in RecoveryUI
556 if (HasThreeButtons() || (HasPowerKey() && HasTouchScreen() && touch_screen_allowed_)) { in CheckKey()