Searched defs:smallestWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java55 public final int smallestWidth; field in class:RecentsConfiguration
71 smallestWidth = ssp.getDeviceSmallestWidth();
72 isLargeScreen = smallestWidth >= (int) (screenDensity * LARGE_SCREEN_MIN_DP);
73 isXLargeScreen = smallestWidth >= (int) (screenDensity * XLARGE_SCREEN_MIN_DP);

Completed in 351 milliseconds