Searched refs:landscapeScreenHeight (Results 1 – 1 of 1) sorted by relevance
46 float landscapeScreenHeight = dp.isLandscape ? dp.heightPx : dp.widthPx; in getThreshold() local47 float screenPart = (landscapeScreenHeight * SCREEN_UNITS); in getThreshold()