HomeSort by relevance Sort by last modified time
    Searched defs:SIZE_NORMAL (Results 1 - 2 of 2) sorted by null

  /frameworks/support/design/src/android/support/design/widget/
FloatingActionButton.java 98 * The mini sized button. Will always been smaller than {@link #SIZE_NORMAL}.
109 public static final int SIZE_NORMAL = 0;
128 @IntDef({SIZE_MINI, SIZE_NORMAL, SIZE_AUTO})
388 * {@link #SIZE_NORMAL} is larger than {@link #SIZE_MINI}. {@link #SIZE_AUTO} will choose
391 * @param size one of {@link #SIZE_NORMAL}, {@link #SIZE_MINI} or {@link #SIZE_AUTO}
405 * @return one of {@link #SIZE_NORMAL}, {@link #SIZE_MINI} or {@link #SIZE_AUTO}
446 : getSizeDimension(SIZE_NORMAL);
449 case SIZE_NORMAL:
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 69 milliseconds