Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarMenuView.java41 private TextView mBubbleTitleView; field in BubbleBarMenuView
66 mBubbleTitleView = findViewById(R.id.bubble_bar_manage_menu_bubble_title); in onFinishInflate()
76 mBubbleTitleView.setText(bubble.getTitle()); in updateInfo()