Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java84 private final TextView mMessageText; field in BubbleFlyoutView
170 mMessageText = mFlyoutTextContainer.findViewById(R.id.bubble_flyout_text); in BubbleFlyoutView()
225 mMessageText.setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize); in updateFontSize()
284 mMessageText.setTranslationX(0); in updateFlyoutMessage()
302 mMessageText.setMaxWidth(maxTextViewWidth); in updateFlyoutMessage()
303 mMessageText.setText(flyoutMessage.message); in updateFlyoutMessage()
406 mMessageText.setTranslationX(translationX); in setCollapsePercent()
407 mMessageText.setAlpha(alpha); in setCollapsePercent()
460 mMessageText.setTextColor(ta.getColor(2, in applyConfigurationColors()