Lines Matching defs:UIPicker
23 PickerListScrollListener::PickerListScrollListener(UIPicker* picker, UIList* list)
93 UIPicker::UIPicker()
148 UIPicker::~UIPicker()
173 bool UIPicker::SetValues(int16_t start, int16_t end)
184 bool UIPicker::SetValues(const char* value[], uint16_t count)
195 void UIPicker::Refresh()
204 bool UIPicker::RefreshValues(int16_t start, int16_t end)
222 bool UIPicker::RefreshValues(const char* value[], uint16_t count)
244 void UIPicker::RefreshList()
276 void UIPicker::ClearValues()
285 void UIPicker::ClearList()
296 void UIPicker::ClearTextAdapter()
307 bool UIPicker::SetSelected(uint16_t index)
312 bool UIPicker::RefreshSelected(uint16_t index)
360 uint16_t UIPicker::GetSelected() const
365 void UIPicker::SetFontId(uint16_t backgroundFontId, uint16_t highlightFontId)
385 void UIPicker::SetBackgroundFont(const char* name, uint8_t size)
396 void UIPicker::SetHighlightFont(const char* name, uint8_t size)
407 void UIPicker::SetTextColor(ColorType backgroundColor, ColorType highlightColor)
417 void UIPicker::SetItemHeight(int16_t height)
428 void UIPicker::SetWidth(int16_t width)
440 void UIPicker::SetHeight(int16_t height)
452 void UIPicker::SetLoopState(bool state)
461 void UIPicker::SetDirect(UITextLanguageDirect direct)
470 void UIPicker::SetTextFormatter(TextFormatter* formatter)