Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarThresholdUtils.java46 float landscapeScreenHeight = dp.isLandscape ? dp.heightPx : dp.widthPx; in getThreshold() local
47 float screenPart = (landscapeScreenHeight * SCREEN_UNITS); in getThreshold()