Home
last modified time | relevance | path

Searched refs:setRoundedClippingBounds (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1621 public void setRoundedClippingBounds(int left, int top, int right, int bottom, int topRadius,
1623 mView.setRoundedClippingBounds(left, top, right, bottom, topRadius, bottomRadius);
H A DNotificationStackScrollLayout.java5650 public void setRoundedClippingBounds(int left, int top, int right, int bottom, int topRadius, in setRoundedClippingBounds() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java1289 mNotificationStackScrollLayoutController.setRoundedClippingBounds( in applyClippingImmediately()