| 1001 | } |
| 1002 | |
| 1003 | uint16_t getItemsPerRow(uint8_t itemCount) |
| 1004 | { |
| 1005 | return kAppropriateImageDropdownItemsPerRow[itemCount]; |
| 1006 | } |
| 1007 | |
| 1008 | Builder& Builder::below(Window& window, WidgetIndex_t widgetIndex) |
| 1009 | { |
no outgoing calls
no test coverage detected