HomeSort by relevance Sort by last modified time
    Searched refs:kNoAction (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/recovery_ui/
device.cpp 76 return kNoAction;
95 return ui_->HasThreeButtons() ? kNoAction : kHighlightDown;
screen_ui.cpp     [all...]
  /bootable/recovery/recovery_ui/include/recovery_ui/
device.h 31 static constexpr const int kNoAction = -1;
94 // - do nothing (kNoAction: negative value)
  /bootable/recovery/tests/unit/
screen_ui_test.cpp 294 { KeyCode::NO_OP, Device::kNoAction },
331 return Device::kNoAction;

Completed in 1038 milliseconds