Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DOutline.h29 enum class Type { None = 0, Empty = 1, Path = 2, RoundRect = 3 }; enumerator
35 if (mType == Type::RoundRect && left == mBounds.left && right == mBounds.right && in setRoundRect()
41 mType = Type::RoundRect; in setRoundRect()
94 return mShouldClip && (mType != Type::RoundRect || MathUtils::isPositive(mRadius)); in willComplexClip()
98 if (mType == Type::RoundRect) { in getAsRoundRect()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt55 import androidx.compose.ui.geometry.RoundRect in <lambda>()
515 roundedRect: RoundRect, in createRoundRectPath()
527 private fun createInsetRoundedRect(widthPx: Float, roundedRect: RoundRect) =
528 RoundRect(