Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java552 public void setNotificationsBounds(float left, float top, float right, float bottom) { in setNotificationsBounds() method in ScrimController
DNotificationPanelViewController.java2422 mScrimController.setNotificationsBounds(0, 0, 0, 0); in applyQSClippingImmediately()
2424 mScrimController.setNotificationsBounds(left, top, right, bottom); in applyQSClippingImmediately()