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