Home
last modified time | relevance | path

Searched refs:fits (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuPresenter.java74 boolean fits = (itemsToShow.size() == mMaxItems && childIndex < mMaxItems) || in shouldIncludeItem()
76 return fits && !item.isActionButton(); in shouldIncludeItem()
/aosp14/frameworks/base/core/proto/android/
H A Dprivacy.proto43 // The reason to pick 255 is it fits into one byte. UNSET fields are treated
/aosp14/frameworks/base/core/proto/android/service/
H A Dprocstats.proto124 // 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.
/aosp14/frameworks/base/core/java/android/widget/
H A DImageView.java1292 final boolean fits = (dwidth < 0 || vwidth == dwidth) in configureBounds()
1313 } else if (fits) { in configureBounds()
H A DGridLayout.java737 private static boolean fits(int[] a, int value, int start, int end) { in fits() method in GridLayout
801 while (!fits(maxSizes, major, minor, minor + minorSpan)) { in validateLayoutParams()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67883 Landroid/widget/GridLayout;->fits([IIII)Z