Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java1269 final int notificationsScrimBottom = mSplitShadeEnabled ? bottom : bottom + radius; in applyClippingImmediately() local
1270 mScrimController.setNotificationsBounds(left, top, right, notificationsScrimBottom); in applyClippingImmediately()