| 1900 | } |
| 1901 | |
| 1902 | IntSize EditBox::getViewSize() const |
| 1903 | { |
| 1904 | if (mClientText != nullptr) |
| 1905 | return mClientText->getSize(); |
| 1906 | return ScrollViewBase::getViewSize(); |
| 1907 | } |
| 1908 | |
| 1909 | IntSize EditBox::getContentSize() const |
| 1910 | { |
no test coverage detected