MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getContainerPadding

Method getContainerPadding

src/eepp/ui/uilistbox.cpp:750–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

showListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected