Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java81 private final ViewGroup mFlyoutTextContainer; field in BubbleFlyoutView
167 mFlyoutTextContainer = findViewById(R.id.bubble_flyout_text_container); in BubbleFlyoutView()
170 mMessageText = mFlyoutTextContainer.findViewById(R.id.bubble_flyout_text); in BubbleFlyoutView()
257 mFlyoutY = stackPos.y + (mBubbleSize - mFlyoutTextContainer.getHeight()) / 2f; in fade()
363 stackPos.y + (mBubbleSize - mFlyoutTextContainer.getHeight()) / 2f; in setupFlyoutStartingAsDot()