Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBackgroundView.java39 private final boolean mDontModifyCorners; field in NotificationBackgroundView
56 mDontModifyCorners = getResources().getBoolean( in NotificationBackgroundView()
228 if (mDontModifyCorners) { in updateBackgroundRadii()