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