Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1756 public void setRoundedClippingBounds(int left, int top, int right, int bottom, int topRadius,
1759 mView.setRoundedClippingBounds(left, top, right, bottom, topRadius, bottomRadius);
DNotificationStackScrollLayout.java5755 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/
DQuickSettingsControllerImpl.java1309 mNotificationStackScrollLayoutController.setRoundedClippingBounds( in applyClippingImmediately()