Searched refs:smallestWidth (Results 1 – 4 of 4) sorted by relevance
66 public final int smallestWidth; field in RecentsConfiguration98 smallestWidth = ssp.getDeviceSmallestWidth(); in RecentsConfiguration()99 isLargeScreen = smallestWidth >= (int) (screenDensity * LARGE_SCREEN_MIN_DP); in RecentsConfiguration()100 isXLargeScreen = smallestWidth >= (int) (screenDensity * XLARGE_SCREEN_MIN_DP); in RecentsConfiguration()
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()
233 final int smallestWidth = Math.min(displaySize.x, displaySize.y); in createPopup() local236 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()