Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/modifiers/
H A DFadingBackground.kt72 private var lastLayoutDirection: LayoutDirection? = null
91 if (size == lastSize && layoutDirection == lastLayoutDirection) {
99 lastLayoutDirection = layoutDirection
/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5915 final int lastLayoutDirection = mLastConfigurationFromResources.getLayoutDirection(); in updateLastConfigurationFromResources() local
5919 if (lastLayoutDirection != currentLayoutDirection && mView != null in updateLastConfigurationFromResources()