Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/dialog/ui/composable/
DAlertDialogContent.kt154 val requiredWidth = in AlertDialogButtons() constant
157 if (requiredWidth <= maxWidth) { in AlertDialogButtons()
/frameworks/native/libs/renderengine/skia/
DSkiaRenderEngine.cpp129 const bool requiredWidth = bounds.width() > (cornerRadius.x * 2); in intersectionIsRoundRect() local
131 if (!requiredWidth || !requiredHeight) { in intersectionIsRoundRect()