Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java93 private int mExpandedShortestEdgeSize; field in PipTouchHandler
199 mExpandedShortestEdgeSize = res.getDimensionPixelSize( in PipTouchHandler()
274 mExpandedShortestEdgeSize, displaySize.x, displaySize.y); in onMovementBoundsChanged()
786 mPinnedStackController.setMinEdgeSize(isMenuExpanded ? mExpandedShortestEdgeSize : 0); in updateMovementBounds()