Searched refs:mManageMenuScrim (Results 1 – 1 of 1) sorted by relevance
201 private View mManageMenuScrim; field in BubbleStackView882 mManageMenuScrim = new View(getContext()); in BubbleStackView()884 mManageMenuScrim.setBackgroundDrawable(new ColorDrawable( in BubbleStackView()887 mManageMenuScrim.setAlpha(0f); in BubbleStackView()888 mManageMenuScrim.setVisibility(INVISIBLE); in BubbleStackView()1270 mManageMenuScrim.setBackgroundDrawable(new ColorDrawable( in onThemeChanged()2593 mManageMenuScrim.setVisibility(INVISIBLE); in showManageMenu()2598 mManageMenuScrim.setVisibility(VISIBLE); in showManageMenu()2603 mManageMenuScrim.setVisibility(INVISIBLE); in showManageMenu()2604 mManageMenuScrim.setTranslationZ(0f); in showManageMenu()[all …]