Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt136 val clipMode = clipModeShift != null in applyCurrentState() constant
137 val boundsWidth = if (clipMode) widgetState.measureWidth else widgetState.width in applyCurrentState()
138 val boundsHeight = if (clipMode) widgetState.measureHeight else widgetState.height in applyCurrentState()