* Returns the height in pixel of the * top black band if any. * @return Screen's top black band. */
| 85 | * @return Screen's top black band. |
| 86 | */ |
| 87 | int Action::getTopBlackBand() const |
| 88 | { |
| 89 | return _topBlackBand; |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Returns the width in pixel of the |
no outgoing calls
no test coverage detected