Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java6521 final int currentLayoutDirection = resConfig.getLayoutDirection(); in updateLastConfigurationFromResources() local
6524 if (lastLayoutDirection != currentLayoutDirection && mView != null in updateLastConfigurationFromResources()
6526 mView.setLayoutDirection(currentLayoutDirection); in updateLastConfigurationFromResources()