Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarLayerView.java206 showScrim(true); in showExpandedView()
218 showScrim(false); in collapse()
258 private void showScrim(boolean show) { in showScrim() method in BubbleBarLayerView
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java774 showScrim(true, null /* runnable */);
1820 showScrim(false, () -> { in removeBubble()
2199 private void showScrim(boolean show, Runnable after) { in showScrim() method in BubbleStackView
2238 showScrim(true, null /* runnable */); in animateExpansion()
2364 showScrim(false, null /* runnable */); in animateCollapse()