Searched defs:layoutMode (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java351 * When true, indicates that a layoutMode has been explicitly set, either with
390 * This constant is a {@link #setLayoutMode(int) layoutMode}.
397 * This constant is a {@link #setLayoutMode(int) layoutMode}.
4873 private void setLayoutMode(int layoutMode, boolean explicitly) { argument
4874 mLayoutMode = layoutMode;
4879 * Recursively traverse the view hierarchy, resetting the layoutMode of any
4880 * descendants that had inherited a different layoutMode from a previous parent.
4909 * If no layoutMode was explicitly set, either programmatically or in an XML resource,
4910 * the method returns the layoutMode of the view's parent ViewGroup if such a parent exists,
4931 * @param layoutMode th
4936 setLayoutMode(int layoutMode) argument
[all...]

Completed in 132 milliseconds