Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarMenuView.java38 private ViewGroup mBubbleSectionView; field in BubbleBarMenuView
63 mBubbleSectionView = findViewById(R.id.bubble_bar_manage_menu_bubble_section); in onFinishInflate()
98 mBubbleSectionView.setOnClickListener(view -> { in setOnCloseListener()
111 mBubbleSectionView.setAlpha(alpha); in setAlpha()
122 return mBubbleSectionView.getAlpha(); in getAlpha()