public interface NeedsBgPaddingInfo
This is a bit of a hack and is best-effort only -- the primary goal is to prevent accessing View padding off the main thread since it can crash. If RV padding changes after this padding info is set, the bg padding info will NOT be up-to-date. For most usecases, this shouldn't matter.
Modifier and Type | Method and Description |
---|---|
void |
setBgPaddingInfo(Rect paddingInfo) |