Searched refs:clipMode (Results 1 – 1 of 1) sorted by relevance
162 val clipMode = clipModeShift != null in applyCurrentState() constant163 val boundsWidth = if (clipMode) widgetState.measureWidth else widgetState.width in applyCurrentState()164 val boundsHeight = if (clipMode) widgetState.measureHeight else widgetState.height in applyCurrentState()