| 146 | return mCoord.bottom() - mMargin.bottom; |
| 147 | } |
| 148 | int _getViewWidth() const |
| 149 | { |
| 150 | return mCoord.width - mMargin.left - mMargin.right; |
| 151 | } |
| 152 | int _getViewHeight() const |
| 153 | { |
| 154 | return mCoord.height - mMargin.top - mMargin.bottom; |
no outgoing calls
no test coverage detected