Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java352 final ArrayList<Rect> lightBarBounds = new ArrayList<>(); in updateStatus() local
357 lightBarBounds.add(ar.getBounds()); in updateStatus()
362 if (lightBarBounds.isEmpty()) { in updateStatus()
368 else if (lightBarBounds.size() == numStacks) { in updateStatus()
375 mStatusBarIconController.setIconsDarkArea(lightBarBounds); in updateStatus()