| 159 | } |
| 160 | |
| 161 | int16_t WindowBase::getTitleBarDiffTarget() const |
| 162 | { |
| 163 | return getTitleBarTargetHeight() - getTitleBarCurrentHeight(); |
| 164 | } |
| 165 | |
| 166 | int16_t WindowBase::getTitleBarDiffNormal() const |
| 167 | { |
no outgoing calls
no test coverage detected