Searched refs:heightDp (Results 1 – 4 of 4) sorted by relevance
56 final int heightDp = ConfigurationHelper.getScreenHeightDp(res); in getMaxActionButtons() local59 if (smallest > 600 || widthDp > 600 || (widthDp > 960 && heightDp > 720) in getMaxActionButtons()60 || (widthDp > 720 && heightDp > 960)) { in getMaxActionButtons()63 } else if (widthDp >= 500 || (widthDp > 640 && heightDp > 480) in getMaxActionButtons()64 || (widthDp > 480 && heightDp > 640)) { in getMaxActionButtons()
111 final int heightDp = ConfigurationHelper.getScreenHeightDp(getResources()); in shouldAllowTextWithIcon() local113 return widthDp >= 480 || (widthDp >= 640 && heightDp >= 480) in shouldAllowTextWithIcon()
394 int heightDp = (int) Math.abs((y - mInitialTouchY) / displayDensity); in endMotionEvent() local398 heightDp, velocityDp); in endMotionEvent()
1999 final int heightDp = ConfigurationHelper.getScreenHeightDp(getResources()); in getSearchViewTextMinWidthDp() local2001 if (widthDp >= 960 && heightDp >= 720 in getSearchViewTextMinWidthDp()2004 } else if (widthDp >= 600 || (widthDp >= 640 && heightDp >= 480)) { in getSearchViewTextMinWidthDp()