Searched refs:setNotificationsBounds (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | ScrimControllerTest.java | 1934 mScrimController.setNotificationsBounds(0f, 100f, 0f, 0f); in notificationBoundsTopGetsPassedToKeyguard() 1944 mScrimController.setNotificationsBounds(0f, 100f, 0f, 0f); in notificationBoundsTopDoesNotGetPassedToKeyguardWhenNotifScrimIsNotVisible()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScrimController.java | 849 public void setNotificationsBounds(float left, float top, float right, float bottom) { in setNotificationsBounds() method in ScrimController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 1289 mScrimController.setNotificationsBounds(left, top, right, notificationsScrimBottom); in applyClippingImmediately()
|