Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java268 private int mLayoutMode = LAYOUT_MODE_UNDEFINED;
535 private static final int LAYOUT_MODE_UNDEFINED = -1; field in ViewGroup
779 setLayoutMode(a.getInt(attr, LAYOUT_MODE_UNDEFINED)); in initFromAttributes()
5163 mLayoutMode = LAYOUT_MODE_UNDEFINED; in clearCachedLayoutMode()
6733 if (mLayoutMode == LAYOUT_MODE_UNDEFINED || in invalidateInheritedLayoutMode()
6738 setLayoutMode(LAYOUT_MODE_UNDEFINED, false); in invalidateInheritedLayoutMode()
6763 if (mLayoutMode == LAYOUT_MODE_UNDEFINED) { in getLayoutMode()
6784 setLayoutMode(layoutMode, layoutMode != LAYOUT_MODE_UNDEFINED); in setLayoutMode()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67505 Landroid/view/ViewGroup;->LAYOUT_MODE_UNDEFINED:I