Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DFloatingContentCoordinator.kt283 val newContentBoundsBelow by lazy { in <lambda>() constant
291 val positionBelowInBounds by lazy { allowedBounds.contains(newContentBoundsBelow) } in <lambda>()
301 val newBounds = if (usePositionBelow) newContentBoundsBelow else newContentBoundsAbove in <lambda>()