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 D | NotificationStackScrollLayoutController.java | 1621 public void setRoundedClippingBounds(int left, int top, int right, int bottom, int topRadius, 1623 mView.setRoundedClippingBounds(left, top, right, bottom, topRadius, bottomRadius);
|
H A D | NotificationStackScrollLayout.java | 5650 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 D | QuickSettingsController.java | 1289 mNotificationStackScrollLayoutController.setRoundedClippingBounds( in applyClippingImmediately()
|