Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java83 private int mExpandedViewLargeScreenInsetClosestEdge; field in BubblePositioner
168 mExpandedViewLargeScreenInsetClosestEdge = centeredInset; in updateInternal()
171 mExpandedViewLargeScreenInsetClosestEdge = res.getDimensionPixelSize( in updateInternal()
174 - mExpandedViewLargeScreenInsetClosestEdge in updateInternal()
178 mExpandedViewLargeScreenInsetClosestEdge = mExpandedViewPadding; in updateInternal()
341 - mExpandedViewLargeScreenInsetClosestEdge in getExpandedViewLargeScreenInsetFurthestEdge()
370 ? mExpandedViewLargeScreenInsetClosestEdge - pointerTotalHeight in getExpandedViewContainerPadding()
375 : mExpandedViewLargeScreenInsetClosestEdge - pointerTotalHeight; in getExpandedViewContainerPadding()
569 int inset = mExpandedViewLargeScreenInsetClosestEdge; in getExpandedBubbleXY()