Searched refs:fits (Results 1 – 8 of 8) 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()
131 // Only do 32-bit write if the value fits in 32 bits.165 // Only do 32-bit write if the value fits in 32 bits.
1280 final boolean fits = (dwidth < 0 || vwidth == dwidth) in configureBounds()1301 } 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
2763 // These are all 64bit, just mix what fits into an NSUInteger in.