Searched refs:mManageMenuScrim (Results 1 – 1 of 1) sorted by relevance
233 private View mManageMenuScrim; field in BubbleStackView1029 mManageMenuScrim = new View(getContext()); in BubbleStackView()1030 mManageMenuScrim.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO); in BubbleStackView()1031 mManageMenuScrim.setBackgroundDrawable(new ColorDrawable( in BubbleStackView()1033 addView(mManageMenuScrim, new LayoutParams(MATCH_PARENT, MATCH_PARENT)); in BubbleStackView()1034 mManageMenuScrim.setAlpha(0f); in BubbleStackView()1035 mManageMenuScrim.setVisibility(INVISIBLE); in BubbleStackView()1603 mManageMenuScrim.setBackgroundDrawable(new ColorDrawable( in onThemeChanged()3239 mManageMenuScrim.setVisibility(INVISIBLE); in showManageMenu()3244 mManageMenuScrim.setVisibility(VISIBLE); in showManageMenu()[all …]