Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp59 : selection_(initial_selection), draw_funcs_(draw_func) {} in Menu()
62 return selection_; in selection()
114 android::base::StringPrintf("Current item: %zu/%zu", selection_ + 1, ItemsCount()); in ItemsOverflow()
126 selection_ = count - 1; in Select()
128 selection_ = 0; in Select()
130 selection_ = sel; in Select()
133 return selection_; in Select()
137 selection_ = 0; in Select()
139 selection_ = count - 1; in Select()
146 selection_ = sel; in Select()
[all …]
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h98 size_t selection_; variable