Home
last modified time | relevance | path

Searched refs:maybeInsetLabel (Results 1 – 1 of 1) sorted by relevance

/wear/protolayout/protolayout-material/src/main/java/androidx/wear/protolayout/material/layouts/
DPrimaryLayout.java340 primaryLabelBuilder.addContent(maybeInsetLabel(mPrimaryLabelText)); in build()
360 ? maybeInsetLabel(mSecondaryLabelText) : mSecondaryLabelText); in build()
435 private LayoutElement maybeInsetLabel(@NonNull LayoutElement label) { in maybeInsetLabel() method in PrimaryLayout.Builder