Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java288 final int maxTextViewWidth = (int) mPositioner.getMaxFlyoutSize() - mFlyoutPadding * 2; in updateFlyoutMessage()
DBubblePositioner.java663 public float getMaxFlyoutSize() { in getMaxFlyoutSize() method in BubblePositioner