Searched refs:roundRect (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/ |
D | ExpandableController.kt | 219 val roundRect = outline.roundRect in transitionController() constant 224 roundRect.topLeftCornerRadius.x, in transitionController() 225 roundRect.topLeftCornerRadius.y, in transitionController() 226 roundRect.topRightCornerRadius.x, in transitionController() 227 roundRect.topRightCornerRadius.y, in transitionController() 231 roundRect.bottomLeftCornerRadius.x, in transitionController() 232 roundRect.bottomLeftCornerRadius.y, in transitionController() 233 roundRect.bottomRightCornerRadius.x, in transitionController() 234 roundRect.bottomRightCornerRadius.y, in transitionController()
|
D | Expandable.kt | 499 (outline as Outline.Rounded).roundRect, in drawBackground()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | TransformCanvas.cpp | 35 SkRRect roundRect = SkRRect::MakeRectXY(rect, radiusX, radiusY); in onDrawAnnotation() local 41 mWrappedCanvas->drawRRect(roundRect, paint); in onDrawAnnotation()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/ |
D | TestHelper.java | 203 boolean roundRect = activity.getIntent().getBooleanExtra(EXTRA_CARD_ROUND_RECT, in initRowsAdapterBuilder() 218 .configRoundedCorner(roundRect) in initRowsAdapterBuilder()
|