Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsConfiguration.java32 private static final int LARGE_SCREEN_MIN_DP = 600; field in RecentsConfiguration
72 isLargeScreen = smallestWidth >= (int) (screenDensity * LARGE_SCREEN_MIN_DP); in RecentsConfiguration()