Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt43 private val boundsRect = Rect() constant
198 canvas?.clipRect(boundsRect) in dispatchDraw()
208 boundsRect.set(0, 0, width.toInt(), height.toInt()) in updateBounds()