Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarHandleViewTest.java48 mHandleView.updateHandleColor(false /* isRegionDark */, false /* animated */); in testUpdateHandleColor_lightBg()
59 mHandleView.updateHandleColor(true /* isRegionDark */, false /* animated */); in testUpdateHandleColor_darkBg()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarExpandedView.java208 updateHandleColor(true /* animated */); in applyThemeAttrs()
242 updateHandleColor(false /* animated */); in onTaskCreated()
343 private void updateHandleColor(boolean animated) { in updateHandleColor() method in BubbleBarExpandedView
353 mHandleView.updateHandleColor(isRegionDark, animated); in updateHandleColor()
H A DBubbleBarHandleView.java112 public void updateHandleColor(boolean isRegionDark, boolean animated) { in updateHandleColor() method in BubbleBarHandleView