Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayout.kt162 val clipMode = clipModeShift != null regex
163 val boundsWidth = if (clipMode) widgetState.measureWidth else widgetState.width
164 val boundsHeight = if (clipMode) widgetState.measureHeight else widgetState.height