Home
last modified time | relevance | path

Searched refs:needsOutline (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java327 boolean hasOutline = needsOutline(); in updateOutline()
335 protected boolean needsOutline() { in needsOutline() method in ExpandableOutlineView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java934 protected boolean needsOutline() { in needsOutline() method in NotificationShelf
935 return !mHideBackground && super.needsOutline(); in needsOutline()