Searched refs:mManageMenuScrim (Results 1 – 1 of 1) sorted by relevance
217 private View mManageMenuScrim; field in BubbleStackView990 mManageMenuScrim = new View(getContext()); in BubbleStackView()992 mManageMenuScrim.setBackgroundDrawable(new ColorDrawable( in BubbleStackView()995 mManageMenuScrim.setAlpha(0f); in BubbleStackView()996 mManageMenuScrim.setVisibility(INVISIBLE); in BubbleStackView()1424 mManageMenuScrim.setBackgroundDrawable(new ColorDrawable( in onThemeChanged()2928 mManageMenuScrim.setVisibility(INVISIBLE); in showManageMenu()2933 mManageMenuScrim.setVisibility(VISIBLE); in showManageMenu()2938 mManageMenuScrim.setVisibility(INVISIBLE); in showManageMenu()2939 mManageMenuScrim.setTranslationZ(0f); in showManageMenu()[all …]