Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5916 final int currentLayoutDirection = resConfig.getLayoutDirection(); in updateLastConfigurationFromResources() local
5919 if (lastLayoutDirection != currentLayoutDirection && mView != null in updateLastConfigurationFromResources()
5921 mView.setLayoutDirection(currentLayoutDirection); in updateLastConfigurationFromResources()