Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarMenuView.java39 private ViewGroup mActionsSectionView; field in BubbleBarMenuView
64 mActionsSectionView = findViewById(R.id.bubble_bar_manage_menu_actions_section); in onFinishInflate()
84 mActionsSectionView.removeAllViews(); in updateActions()
89 R.layout.bubble_bar_menu_item, mActionsSectionView, false); in updateActions()
92 mActionsSectionView.addView(itemView); in updateActions()
112 mActionsSectionView.setAlpha(alpha); in setAlpha()