Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewTransition.kt48 val boundsRect = Rect() regex
49 boundsRect.left = values.view.left
50 boundsRect.top = values.view.top
51 boundsRect.right = values.view.right
52 boundsRect.bottom = values.view.bottom
53 values.values[PROP_BOUNDS] = boundsRect
H A DPinShapeNonHintingView.java162 Rect boundsRect = new Rect(); in captureValues() local
163 boundsRect.left = values.view.getLeft(); in captureValues()
164 boundsRect.top = values.view.getTop(); in captureValues()
165 boundsRect.right = values.view.getRight(); in captureValues()
166 boundsRect.bottom = values.view.getBottom(); in captureValues()
167 values.values.put(PROP_BOUNDS, boundsRect); in captureValues()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayout.kt45 private val boundsRect = Rect() regex
228 canvas.clipRect(boundsRect)
238 boundsRect.set(0, 0, width.toInt(), height.toInt())