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

/frameworks/support/design/tests/src/android/support/design/widget/
H A DFloatingActionButtonTest.java99 .perform(setSize(FloatingActionButton.SIZE_NORMAL))
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java93 * The mini sized button. Will always been smaller than {@link #SIZE_NORMAL}.
104 public static final int SIZE_NORMAL = 0; field in class:FloatingActionButton
122 @IntDef({SIZE_MINI, SIZE_NORMAL, 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}
428 : getSizeDimension(SIZE_NORMAL);
431 case SIZE_NORMAL:

Completed in 212 milliseconds