Home
last modified time | relevance | path

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

/wear/protolayout/protolayout-renderer/src/main/java/androidx/wear/protolayout/renderer/inflater/
DProtoLayoutInflater.java3496 @Nullable Float sizeForLayout = resolveSizeForLayoutIfNeeded(length); in inflateArcLine() local
3497 if (sizeForLayout != null) { in inflateArcLine()
3498 lineView.setMaxSweepAngleDegrees(sizeForLayout); in inflateArcLine()
3506 sizeForLayout, in inflateArcLine()
3556 @Nullable Float sizeForLayout = resolveSizeForLayoutIfNeeded(length); in inflateDashedArcLine() local
3557 if (sizeForLayout != null) { in inflateDashedArcLine()
3558 dashedLineView.setMaxSweepAngleDegrees(sizeForLayout); in inflateDashedArcLine()
3566 sizeForLayout, in inflateDashedArcLine()
3577 @Nullable Float sizeForLayout, in addLineViewToParentArc() argument
3585 if (sizeForLayout != null) { in addLineViewToParentArc()
[all …]