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.java70 private final ViewGroup mFlyoutTextContainer; field in BubbleFlyoutView
149 mFlyoutTextContainer = findViewById(R.id.bubble_flyout_text_container); in BubbleFlyoutView()
152 mMessageText = mFlyoutTextContainer.findViewById(R.id.bubble_flyout_text); in BubbleFlyoutView()
272 stackPos.y + (mBubbleSize - mFlyoutTextContainer.getHeight()) / 2f; in setupFlyoutStartingAsDot()