Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java65 private final ViewGroup mFlyoutTextContainer; field in BubbleFlyoutView
139 mFlyoutTextContainer = findViewById(R.id.bubble_flyout_text_container); in BubbleFlyoutView()
140 mFlyoutText = mFlyoutTextContainer.findViewById(R.id.bubble_flyout_text); in BubbleFlyoutView()
223 stackPos.y + (mBubbleSize - mFlyoutTextContainer.getHeight()) / 2f); in showFlyout()