Searched refs:needsRoundRectClipping (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationBigMediaNarrowViewWrapper.java33 public boolean needsRoundRectClipping() { method in class:NotificationBigMediaNarrowViewWrapper
H A DNotificationBigPictureViewWrapper.java32 public boolean needsRoundRectClipping() { method in class:NotificationBigPictureViewWrapper
H A DNotificationCustomViewWrapper.java46 public boolean needsRoundRectClipping() { method in class:NotificationCustomViewWrapper
H A DNotificationViewWrapper.java72 public boolean needsRoundRectClipping() { method in class:NotificationViewWrapper
H A DNotificationContentView.java283 boolean enabled = needsRoundRectClipping();
287 private boolean needsRoundRectClipping() { method in class:NotificationContentView
293 && mContractedWrapper.needsRoundRectClipping();
296 && mExpandedWrapper.needsRoundRectClipping();
299 && mExpandedWrapper.needsRoundRectClipping();

Completed in 49 milliseconds