Get cropped by parent rectangle coordinates
| 130 | |
| 131 | // Get cropped by parent rectangle coordinates |
| 132 | int _getViewLeft() const |
| 133 | { |
| 134 | return mCoord.left + mMargin.left; |
| 135 | } |
| 136 | int _getViewRight() const |
| 137 | { |
| 138 | return mCoord.right() - mMargin.right; |