Searched refs:widthDp (Results 1 – 4 of 4) sorted by relevance
57 final int widthDp = configuration.screenWidthDp; in getMaxActionButtons() local61 if (smallest > 600 || widthDp > 600 || (widthDp > 960 && heightDp > 720) in getMaxActionButtons()62 || (widthDp > 720 && heightDp > 960)) { in getMaxActionButtons()65 } else if (widthDp >= 500 || (widthDp > 640 && heightDp > 480) in getMaxActionButtons()66 || (widthDp > 480 && heightDp > 640)) { in getMaxActionButtons()69 } else if (widthDp >= 360) { in getMaxActionButtons()
104 final int widthDp = config.screenWidthDp; in shouldAllowTextWithIcon() local107 return widthDp >= 480 || (widthDp >= 640 && heightDp >= 480) in shouldAllowTextWithIcon()
205 int widthDp = activity.getIntent().getIntExtra(EXTRA_CARD_WIDTH_DP, in initRowsAdapterBuilder() local221 .configWidthDP(widthDp) in initRowsAdapterBuilder()
1960 final int widthDp = config.screenWidthDp; in getSearchViewTextMinWidthDp() local1963 if (widthDp >= 960 && heightDp >= 720 in getSearchViewTextMinWidthDp()1966 } else if (widthDp >= 600 || (widthDp >= 640 && heightDp >= 480)) { in getSearchViewTextMinWidthDp()