Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/transitions/
DClockSizeTransition.kt95 toSSBounds: Rect? in <lambda>()
120 val toSSBounds = endValues.values[SMARTSPACE_BOUNDS] as Rect? in <lambda>() constant
131 mutateBounds(toView, fromIsVis, toIsVis, fromBounds, toBounds, fromSSBounds, toSSBounds) in <lambda>()
260 toSSBounds: Rect? in <lambda>()
268 } else if (toSSBounds != null && fromSSBounds != null) { in <lambda>()
273 abs((toSSBounds.top - fromSSBounds.top) * smallClockMoveScale).toInt() in <lambda>()
349 toSSBounds: Rect? in <lambda>()