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

/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java118 private static final int AUTO_MINI_LARGEST_SCREEN_WIDTH = 470; field in class:FloatingActionButton
426 return Math.max(width, height) < AUTO_MINI_LARGEST_SCREEN_WIDTH

Completed in 39 milliseconds