Home
last modified time | relevance | path

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

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