Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp64 : selection_(initial_selection), draw_funcs_(draw_func) {} in Menu()
67 return selection_; in selection()
119 android::base::StringPrintf("Current item: %zu/%zu", selection_ + 1, ItemsCount()); in ItemsOverflow()
131 selection_ = count - 1; in Select()
133 selection_ = 0; in Select()
135 selection_ = sel; in Select()
138 return selection_; in Select()
142 selection_ = 0; in Select()
144 selection_ = count - 1; in Select()
151 selection_ = sel; in Select()
[all …]
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h98 size_t selection_; variable