}
if (direction == RelativeCompass.AFTER) {
return effectiveParent.traitPaddingAfter(context);
}
if (direction == RelativeCompass.START) {
return effectiveParent.traitPaddingStart(context);
}
if (direction == RelativeCompass.END) {
return effectiveParent.traitPaddingEnd(context);
}
}