Searched refs:requestRoundness (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | RoundableTest.kt | 57 roundable.requestRoundness(top = 1f, bottom = 1f, sourceType = SOURCE1) in requestRoundness_update_and_invalidate_targetView() 66 roundable.requestRoundness(1f, 1f, SOURCE1) in requestRoundnessReset_update_and_invalidate_targetView() 79 roundable.requestRoundness(top = 1f, bottom = 1f, sourceType = SOURCE1) in hasRoundedCorner_return_true_ifRoundnessIsGreaterThenZero() 82 roundable.requestRoundness(top = 1f, bottom = 0f, sourceType = SOURCE1) in hasRoundedCorner_return_true_ifRoundnessIsGreaterThenZero() 85 roundable.requestRoundness(top = 0f, bottom = 1f, sourceType = SOURCE1) in hasRoundedCorner_return_true_ifRoundnessIsGreaterThenZero() 88 roundable.requestRoundness(top = 0f, bottom = 0f, sourceType = SOURCE1) in hasRoundedCorner_return_true_ifRoundnessIsGreaterThenZero() 94 roundable.requestRoundness(0.1f, 0.1f, SOURCE1) in roundness_take_maxValue_onMultipleSources_first_lower() 98 roundable.requestRoundness(0.2f, 0.2f, SOURCE2) in roundness_take_maxValue_onMultipleSources_first_lower() 106 roundable.requestRoundness(0.5f, 0.5f, SOURCE1) in roundness_take_maxValue_onMultipleSources_first_higher() 110 roundable.requestRoundness(0.1f, 0.1f, SOURCE2) in roundness_take_maxValue_onMultipleSources_first_higher() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationRoundnessManager.java | 86 viewBefore.requestRoundness(/* top = */ 0f, /* bottom = */ 1f, DISMISS_ANIMATION); in setViewsAffectedBySwipe() 92 viewSwiped.requestRoundness(/* top = */ 1f, /* bottom = */ 1f, DISMISS_ANIMATION); in setViewsAffectedBySwipe() 98 viewAfter.requestRoundness(/* top = */ 1f, /* bottom = */ 0f, DISMISS_ANIMATION); in setViewsAffectedBySwipe()
|
D | NotificationSwipeHelper.java | 330 row.requestRoundness(/* top = */ 1f, /* bottom = */ 1f, SWIPE_DISMISS); in prepareDismissAnimation()
|
D | NotificationChildrenContainer.java | 1609 child.requestRoundness(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | Roundable.kt | 210 fun requestRoundness( in <lambda>() method 236 fun requestRoundness( in <lambda>() method 241 return requestRoundness( in <lambda>() 260 requestRoundness(top = 0f, bottom = 0f, sourceType = sourceType, animate = animate) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpAppearanceController.java | 445 row.requestRoundness(roundness, roundness, HEADS_UP); in updateHeadsUpAndPulsingRoundness() 451 row.requestRoundness(/* top = */ 1f, /* bottom = */ 1f, PULSING); in updateHeadsUpAndPulsingRoundness()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationTestHelper.java | 290 row.requestRoundness(topRoundness, bottomRoundness, sourceType, /*animate = */ false); in createRowWithRoundness()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 123 requestRoundness(/* top = */ 1f, /* bottom = */ 1f, BASE_VALUE, /* animate = */ false); in onFinishInflate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 3639 mChildrenContainer.requestRoundness( 3892 requestRoundness(mSmallRoundness, mSmallRoundness, BASE_VALUE);
|