Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java269 private int mLayoutMode = LAYOUT_MODE_UNDEFINED;
536 private static final int LAYOUT_MODE_UNDEFINED = -1; field in ViewGroup
777 setLayoutMode(a.getInt(attr, LAYOUT_MODE_UNDEFINED)); in initFromAttributes()
5172 mLayoutMode = LAYOUT_MODE_UNDEFINED; in clearCachedLayoutMode()
6742 if (mLayoutMode == LAYOUT_MODE_UNDEFINED || in invalidateInheritedLayoutMode()
6747 setLayoutMode(LAYOUT_MODE_UNDEFINED, false); in invalidateInheritedLayoutMode()
6772 if (mLayoutMode == LAYOUT_MODE_UNDEFINED) { in getLayoutMode()
6793 setLayoutMode(layoutMode, layoutMode != LAYOUT_MODE_UNDEFINED); in setLayoutMode()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63539 Landroid/view/ViewGroup;->LAYOUT_MODE_UNDEFINED:I