Searched refs:widthDp (Results 1 – 3 of 3) sorted by relevance
56 final int widthDp = configuration.screenWidthDp; 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()68 } else if (widthDp >= 360) { in getMaxActionButtons()
103 final int widthDp = config.screenWidthDp; in shouldAllowTextWithIcon() local106 return widthDp >= 480 || (widthDp >= 640 && heightDp >= 480) in shouldAllowTextWithIcon()
1959 final int widthDp = config.screenWidthDp; in getSearchViewTextMinWidthDp() local1962 if (widthDp >= 960 && heightDp >= 720 in getSearchViewTextMinWidthDp()1965 } else if (widthDp >= 600 || (widthDp >= 640 && heightDp >= 480)) { in getSearchViewTextMinWidthDp()