Searched refs:fits (Results 1 – 6 of 6) sorted by relevance
74 boolean fits = (itemsToShow.size() == mMaxItems && childIndex < mMaxItems) || in shouldIncludeItem()76 return fits && !item.isActionButton(); in shouldIncludeItem()
43 // The reason to pick 255 is it fits into one byte. UNSET fields are treated
124 // Same as above, but with minute resolution so it fits into an int32.129 // Same as above, but with minute resolution so it fits into an int32.
1292 final boolean fits = (dwidth < 0 || vwidth == dwidth) in configureBounds()1313 } else if (fits) { in configureBounds()
737 private static boolean fits(int[] a, int value, int start, int end) { in fits() method in GridLayout801 while (!fits(maxSizes, major, minor, minor + minorSpan)) { in validateLayoutParams()
67883 Landroid/widget/GridLayout;->fits([IIII)Z