Searched refs:fits (Results 1 – 7 of 7) 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
811 final boolean fits = (dwidth < 0 || vwidth == dwidth) && in configureBounds()823 if (fits || mMatrix.isIdentity()) { in configureBounds()842 final boolean fits = (dwidth < 0 || vwidth == dwidth) && in generateMatrix()845 if (fits && !mAllowCrop) { in generateMatrix()
1282 final boolean fits = (dwidth < 0 || vwidth == dwidth) in configureBounds()1303 } else if (fits) { in configureBounds()
731 private static boolean fits(int[] a, int value, int start, int end) { in fits() method in GridLayout795 while (!fits(maxSizes, major, minor, minor + minorSpan)) { in validateLayoutParams()
77 entire combination fits its criteria of freedom. The Lesser General
82312 Landroid/widget/GridLayout;->fits([IIII)Z