Home | History | Annotate | Download | only in widget

Lines Matching defs:AUTO_FIT

107     public static final int AUTO_FIT = -1;
109 private int mNumColumns = AUTO_FIT;
974 if (mRequestedNumColumns == AUTO_FIT) {
1118 if (widthMode == MeasureSpec.AT_MOST && mRequestedNumColumns != AUTO_FIT) {
2224 * Returns {@link #AUTO_FIT} if the Grid has never been laid out.