Searched refs:setRoundedClippingBounds (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 1756 public void setRoundedClippingBounds(int left, int top, int right, int bottom, int topRadius, 1759 mView.setRoundedClippingBounds(left, top, right, bottom, topRadius, bottomRadius);
|
D | NotificationStackScrollLayout.java | 5755 public void setRoundedClippingBounds(int left, int top, int right, int bottom, int topRadius, in setRoundedClippingBounds() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 1309 mNotificationStackScrollLayoutController.setRoundedClippingBounds( in applyClippingImmediately()
|