Searched defs:columnOrderPreserved (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/widget/
H A DGridLayout.java546 * @param columnOrderPreserved use {@code true} to force GridLayout to respect the order
553 public void setColumnOrderPreserved(boolean columnOrderPreserved) { argument
554 horizontalAxis.setOrderPreserved(columnOrderPreserved);
/frameworks/support/v7/gridlayout/gen/android/support/v7/gridlayout/
H A DR.java58 public static int columnOrderPreserved=0x7f010006; field in class:R.attr
249 <tr><td><code>{@link #GridLayout_columnOrderPreserved android.support.v7.gridlayout:columnOrderPreserved}</code></td><td>
339 @attr name android:columnOrderPreserved
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java526 * @param columnOrderPreserved use {@code true} to force GridLayout to respect the order
533 public void setColumnOrderPreserved(boolean columnOrderPreserved) { argument
534 horizontalAxis.setOrderPreserved(columnOrderPreserved);

Completed in 67 milliseconds