Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java292 int swDp = (int) dpiFromPx(minSize, densityDpi); in estimateWindowBounds() local
297 conf.smallestScreenWidthDp = swDp; in estimateWindowBounds()
301 boolean isTablet = swDp >= MIN_TABLET_WIDTH; in estimateWindowBounds()