Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java6795 int inheritedLayoutMode = (mParent instanceof ViewGroup) ? in getLayoutMode() local
6797 setLayoutMode(inheritedLayoutMode, false); in getLayoutMode()