Searched defs:fits (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridLayout.java506 * boundaries in whatever order best fits the given constraints.
542 * boundaries in whatever order best fits the given constraints.
649 private static boolean fits(int[] a, int value, int start, int end) { method in class:GridLayout
713 while (!fits(maxSizes, major, minor, minor + minorSpan)) {
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java486 * boundaries in whatever order best fits the given constraints.
522 * boundaries in whatever order best fits the given constraints.
629 private static boolean fits(int[] a, int value, int start, int end) { method in class:GridLayout
693 while (!fits(maxSizes, major, minor, minor + minorSpan)) {

Completed in 80 milliseconds