Home
last modified time | relevance | path

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

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