Searched refs:XLARGE_SCREEN_MIN_DP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java57 private static final int XLARGE_SCREEN_MIN_DP = 720; field in class:RecentsConfiguration
101 isXLargeScreen = smallestWidth >= (int) (screenDensity * XLARGE_SCREEN_MIN_DP);

Completed in 50 milliseconds