}
if (direction == RelativeCompass.AFTER) {
return effectiveParent.traitBorderAfterWidth(context);
}
if (direction == RelativeCompass.START) {
return effectiveParent.traitBorderStartWidth(context);
}
if (direction == RelativeCompass.END) {
return effectiveParent.traitBorderEndWidth(context);
}
}