| 748 | } |
| 749 | |
| 750 | Rectf UIListBox::getContainerPadding() const { |
| 751 | return PixelDensity::pxToDp( mContainerPadding + mPadding ); |
| 752 | } |
| 753 | |
| 754 | void UIListBox::setSmoothScroll( const bool& soft ) { |
| 755 | if ( soft != mSmoothScroll ) { |
no outgoing calls
no test coverage detected