Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/modifiers/
DFadingBackground.kt72 private var lastLayoutDirection: LayoutDirection? = null variable
91 if (size == lastSize && layoutDirection == lastLayoutDirection) { in drawOutline()
99 lastLayoutDirection = layoutDirection in drawOutline()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DPunchHole.kt95 private var lastLayoutDirection: LayoutDirection = LayoutDirection.Ltr variable in com.android.compose.animation.scene.PunchHoleNode
126 if (size == lastSize && layoutDirection == lastLayoutDirection) { in DrawScope()
131 lastLayoutDirection = layoutDirection in DrawScope()
/frameworks/base/core/java/android/view/
DViewRootImpl.java6520 final int lastLayoutDirection = mLastConfigurationFromResources.getLayoutDirection(); in updateLastConfigurationFromResources() local
6524 if (lastLayoutDirection != currentLayoutDirection && mView != null in updateLastConfigurationFromResources()