Searched refs:boundsRect (Results 1 – 3 of 3) sorted by relevance
48 val boundsRect = Rect() regex49 boundsRect.left = values.view.left50 boundsRect.top = values.view.top51 boundsRect.right = values.view.right52 boundsRect.bottom = values.view.bottom53 values.values[PROP_BOUNDS] = boundsRect
162 Rect boundsRect = new Rect(); in captureValues() local163 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()
45 private val boundsRect = Rect() regex228 canvas.clipRect(boundsRect)238 boundsRect.set(0, 0, width.toInt(), height.toInt())