Searched refs:sizeForLayout (Results 1 – 1 of 1) sorted by relevance
3496 @Nullable Float sizeForLayout = resolveSizeForLayoutIfNeeded(length); in inflateArcLine() local3497 if (sizeForLayout != null) { in inflateArcLine()3498 lineView.setMaxSweepAngleDegrees(sizeForLayout); in inflateArcLine()3506 sizeForLayout, in inflateArcLine()3556 @Nullable Float sizeForLayout = resolveSizeForLayoutIfNeeded(length); in inflateDashedArcLine() local3557 if (sizeForLayout != null) { in inflateDashedArcLine()3558 dashedLineView.setMaxSweepAngleDegrees(sizeForLayout); in inflateDashedArcLine()3566 sizeForLayout, in inflateDashedArcLine()3577 @Nullable Float sizeForLayout, in addLineViewToParentArc() argument3585 if (sizeForLayout != null) { in addLineViewToParentArc()[all …]