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