| 88 | } |
| 89 | |
| 90 | Int32 UIBorderDrawable::getRadius() const { |
| 91 | return mBorders.radius.topLeft.x; |
| 92 | } |
| 93 | |
| 94 | void UIBorderDrawable::setRadius( const Int32& radius ) { |
| 95 | if ( mBorders.radius.topLeft.x != radius ) { |
no outgoing calls
no test coverage detected