Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp58 : selection_(initial_selection), draw_funcs_(draw_func) {} in Menu()
61 return selection_; in selection()
113 android::base::StringPrintf("Current item: %zu/%zu", selection_ + 1, ItemsCount()); in ItemsOverflow()
125 selection_ = count - 1; in Select()
127 selection_ = 0; in Select()
129 selection_ = sel; in Select()
132 return selection_; in Select()
136 selection_ = 0; in Select()
138 selection_ = count - 1; in Select()
145 selection_ = sel; in Select()
[all …]
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h98 size_t selection_; variable