Searched refs:SIZE_AUTO (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java113 public static final int SIZE_AUTO = -1; field in class:FloatingActionButton
116 * The switch point for the largest screen edge where SIZE_AUTO switches from mini to normal.
122 @IntDef({SIZE_MINI, SIZE_NORMAL, SIZE_AUTO})
162 mSize = a.getInt(R.styleable.FloatingActionButton_fabSize, SIZE_AUTO);
370 * {@link #SIZE_NORMAL} is larger than {@link #SIZE_MINI}. {@link #SIZE_AUTO} will choose
373 * @param size one of {@link #SIZE_NORMAL}, {@link #SIZE_MINI} or {@link #SIZE_AUTO}
387 * @return one of {@link #SIZE_NORMAL}, {@link #SIZE_MINI} or {@link #SIZE_AUTO}
422 case SIZE_AUTO:

Completed in 31 milliseconds