Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt152 val clipShift = clipModeShift ?: 0 in applyCurrentState() constant
153 val left = widgetState.x.toInt() + contentTranslationX - clipShift in applyCurrentState()
162 clipBounds.set(clipShift, 0, widgetState.width + clipShift, widgetState.height) in applyCurrentState()