Searched refs:currentDrawnInsets (Results 1 – 1 of 1) sorted by relevance
258 RectF currentDrawnInsets = mFullscreenParams.mCurrentDrawnInsets; in onDraw() local261 canvas.translate(currentDrawnInsets.left, currentDrawnInsets.top); in onDraw()264 -currentDrawnInsets.left, in onDraw()265 -currentDrawnInsets.top, in onDraw()266 getMeasuredWidth() + currentDrawnInsets.right, in onDraw()267 getMeasuredHeight() + currentDrawnInsets.bottom, in onDraw()