Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DFloatingContentCoordinator.kt283 val newContentBoundsBelow by lazy { regex
291 val positionBelowInBounds by lazy { allowedBounds.contains(newContentBoundsBelow) }
301 val newBounds = if (usePositionBelow) newContentBoundsBelow else newContentBoundsAbove