Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java77 private static final SourceType BASE_VALUE = SourceType.from("BaseValue"); field in NotificationShelf
130 requestRoundness(/* top = */ 1f, /* bottom = */ 1f, BASE_VALUE, /* animate = */ false); in onFinishInflate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java144 private static final SourceType BASE_VALUE = SourceType.from("BaseValue"); field in ExpandableNotificationRow
3749 requestRoundnessReset(BASE_VALUE);
3751 requestRoundness(mSmallRoundness, mSmallRoundness, BASE_VALUE);