Searched refs:selection_ (Results 1 – 2 of 2) sorted by relevance
59 : 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 …]
98 size_t selection_; variable