Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsAlgorithm.java116 Rect entryBounds = getEntryDestinationBoundsIgnoringKeepClearAreas(); in getEntryDestinationBounds() local
119 return mPipKeepClearAlgorithm.findUnoccludedPosition(entryBounds, in getEntryDestinationBounds()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java983 final Rect entryBounds = mPipTaskOrganizer.startSwipePipToHome(componentName, activityInfo, in startSwipePipToHome() local
986 mPipBoundsState.setNormalBounds(entryBounds); in startSwipePipToHome()
987 return entryBounds; in startSwipePipToHome()