Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java81 @Nullable private int[] mExpandedViewContainerLocation; field in BubbleExpandedView
630 if (mExpandedViewContainerLocation == null) { in updateHeight()
665 int expandedContainerY = mExpandedViewContainerLocation != null in getMaxExpandedHeight()
667 ? mExpandedViewContainerLocation[1] - mPositioner.getInsets().top in getMaxExpandedHeight()
693 mExpandedViewContainerLocation = containerLocationOnScreen; in updateView()