Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DRoundableTest.kt29 assertEquals(false, roundable.hasRoundedCorner()) in defaultConfig_shouldNotHaveRoundedCorner()
80 assertEquals(true, roundable.hasRoundedCorner()) in hasRoundedCorner_return_true_ifRoundnessIsGreaterThenZero()
83 assertEquals(true, roundable.hasRoundedCorner()) in hasRoundedCorner_return_true_ifRoundnessIsGreaterThenZero()
86 assertEquals(true, roundable.hasRoundedCorner()) in hasRoundedCorner_return_true_ifRoundnessIsGreaterThenZero()
89 assertEquals(false, roundable.hasRoundedCorner()) in hasRoundedCorner_return_true_ifRoundnessIsGreaterThenZero()
/frameworks/base/core/java/android/view/
DRoundedCorners.java414 boolean hasRoundedCorner; in insetRoundedCorner()
417 hasRoundedCorner = radius > insetTop && radius > insetLeft; in insetRoundedCorner()
420 hasRoundedCorner = radius > insetTop && radius > insetRight; in insetRoundedCorner()
423 hasRoundedCorner = radius > insetBottom && radius > insetRight; in insetRoundedCorner()
426 hasRoundedCorner = radius > insetBottom && radius > insetLeft; in insetRoundedCorner()
434 hasRoundedCorner ? centerX - insetLeft : 0, in insetRoundedCorner()
435 hasRoundedCorner ? centerY - insetTop : 0); in insetRoundedCorner()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt282 fun hasRoundedCorner(): Boolean { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java63 if (!mCustomOutline && !hasRoundedCorner() && !mAlwaysRoundBothCorners) {
DExpandableNotificationRow.java3596 } else if (hasRoundedCorner()
3602 if (isClippingNeeded() || hasRoundedCorner()) {
3606 return hasRoundedCorner();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1019 && mGroupHeaderWrapper.hasRoundedCorner()) {