Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt156 val boundsWidth = if (clipMode) widgetState.measureWidth else widgetState.width in applyCurrentState() constant
158 child.setLeftTopRightBottom(left, top, left + boundsWidth, top + boundsHeight) in applyCurrentState()