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

/frameworks/base/core/java/android/widget/
H A DGridView.java86 public static final int AUTO_FIT = -1; field in class:GridView
88 private int mNumColumns = AUTO_FIT;
948 if (mRequestedNumColumns == AUTO_FIT) {
1090 if (widthMode == MeasureSpec.AT_MOST && mRequestedNumColumns != AUTO_FIT) {
2133 * Returns {@link #AUTO_FIT} if the Grid has never been laid out.

Completed in 142 milliseconds