Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/shared/system/smartspace/
H A DSmartspaceTransitionController.kt63 private val smartspaceDestinationBounds = Rect() regex
83 with(smartspaceDestinationBounds) {
102 (smartspaceDestinationBounds.left - smartspaceOriginBounds.left) * progressClamped
104 (smartspaceDestinationBounds.top - smartspaceOriginBounds.top) * progressClamped