Home | History | Annotate | Download | only in widget

Lines Matching refs:AUTO_FIT

97     public static final int AUTO_FIT = -1;
99 private int mNumColumns = AUTO_FIT;
964 if (mRequestedNumColumns == AUTO_FIT) {
1106 if (widthMode == MeasureSpec.AT_MOST && mRequestedNumColumns != AUTO_FIT) {
2222 * Returns {@link #AUTO_FIT} if the Grid has never been laid out.