Searched refs:smallestWidth (Results 1 – 6 of 6) sorted by relevance
44 float smallestWidth = dpiFromPx(Math.min(bounds.width(), bounds.height()), in isLargeScreen() local46 return smallestWidth >= LARGE_SCREEN_MIN_DPS; in isLargeScreen()
280 int smallestWidth = previewSizes.get(0).width; in findClosestSize() local294 if ( size.width < smallestWidth && in findClosestSize()296 smallestWidth = size.width; in findClosestSize()302 closestWidth = smallestWidth; in findClosestSize()
133 val smallestWidth = in <lambda>() constant138 smallestWidth >= LARGE_SCREEN_MIN_DPS in <lambda>()
149 float smallestWidth = dpiFromPx(Math.min(bounds.width(), bounds.height()), in isLargeScreen() local151 return smallestWidth >= TABLET_MIN_DPS; in isLargeScreen()
229 final int smallestWidth = Math.min(maxWindowBounds.width(), maxWindowBounds.height()); in createPopup() local232 final boolean enableCascadingSubmenus = smallestWidth >= minSmallestWidthCascading; in createPopup()
1328 int smallestWidth = sizes.get(0).width; in findClosestSizeFromList() local1342 if ( size.width < smallestWidth && in findClosestSizeFromList()1344 smallestWidth = size.width; in findClosestSizeFromList()1350 closestWidth = smallestWidth; in findClosestSizeFromList()