Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java167 private ScrimView mBubbleScrim; field in BubbleController
446 mBubbleScrim = new ScrimView(mContext); in BubbleController()
447 mBubbleScrim.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO); in BubbleController()
682 return mBubbleScrim; in getScrimForBubble()
727 mStackView.addView(mBubbleScrim); in ensureStackViewCreated()
797 mStackView.removeView(mBubbleScrim); in removeFromWindowManagerMaybe()