Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DFloatingContentCoordinator.kt268 val newContentBoundsBelow by lazy { findAreaForContentAboveOrBelow( in <lambda>() constant
274 val positionBelowInBounds by lazy { allowedBounds.contains(newContentBoundsBelow) } in <lambda>()
284 val newBounds = if (usePositionBelow) newContentBoundsBelow else newContentBoundsAbove in <lambda>()