Searched refs:heightDp (Results 1 – 4 of 4) sorted by relevance
57 final int heightDp = configuration.screenHeightDp; in getMaxActionButtons() local60 if (smallest > 600 || widthDp > 600 || (widthDp > 960 && heightDp > 720) in getMaxActionButtons()61 || (widthDp > 720 && heightDp > 960)) { in getMaxActionButtons()64 } else if (widthDp >= 500 || (widthDp > 640 && heightDp > 480) in getMaxActionButtons()65 || (widthDp > 480 && heightDp > 640)) { in getMaxActionButtons()
104 final int heightDp = config.screenHeightDp; in shouldAllowTextWithIcon() local106 return widthDp >= 480 || (widthDp >= 640 && heightDp >= 480) in shouldAllowTextWithIcon()
449 int heightDp = (int) Math.abs((y - mInitialTouchY) / displayDensity); in endMotionEvent() local453 heightDp, velocityDp); in endMotionEvent()
1960 final int heightDp = config.screenHeightDp; in getSearchViewTextMinWidthDp() local1962 if (widthDp >= 960 && heightDp >= 720 in getSearchViewTextMinWidthDp()1965 } else if (widthDp >= 600 || (widthDp >= 640 && heightDp >= 480)) { in getSearchViewTextMinWidthDp()