| 271 | } |
| 272 | |
| 273 | LayoutManager::LayoutList LayoutManager::drawButtonLayoutLeft() |
| 274 | { |
| 275 | const DisplayOptions& options = Storage::getInstance().getDisplayOptions(); |
| 276 | ButtonLayoutCustomOptions buttonLayoutCustomOptions = options.buttonLayoutCustomOptions; |
| 277 | ButtonLayoutParamsLeft leftOptions = buttonLayoutCustomOptions.paramsLeft; |
| 278 | return adjustByCustomSettings(getLeftLayout(leftOptions.layout), leftOptions.common); |
| 279 | } |
| 280 | |
| 281 | LayoutManager::LayoutList LayoutManager::drawButtonLayoutRight() |
| 282 | { |
nothing calls this directly
no test coverage detected