Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutView.java282 final int maxTextViewWidth = (int) mPositioner.getMaxFlyoutSize() - mFlyoutPadding * 2; in updateFlyoutMessage() local
286 mSenderText.setMaxWidth(maxTextViewWidth); in updateFlyoutMessage()
296 mMessageText.setMaxWidth(maxTextViewWidth); in updateFlyoutMessage()