Home
last modified time | relevance | path

Searched refs:widthDp (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/view/
DActionBarPolicy.java56 final int widthDp = configuration.screenWidthDp; in getMaxActionButtons() local
60 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()
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
DActionMenuItemView.java103 final int widthDp = config.screenWidthDp; in shouldAllowTextWithIcon() local
106 return widthDp >= 480 || (widthDp >= 640 && heightDp >= 480) in shouldAllowTextWithIcon()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1959 final int widthDp = config.screenWidthDp; in getSearchViewTextMinWidthDp() local
1962 if (widthDp >= 960 && heightDp >= 720 in getSearchViewTextMinWidthDp()
1965 } else if (widthDp >= 600 || (widthDp >= 640 && heightDp >= 480)) { in getSearchViewTextMinWidthDp()