Home
last modified time | relevance | path

Searched refs:heightDp (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/view/
DActionBarPolicy.java57 final int heightDp = configuration.screenHeightDp; 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()
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
DActionMenuItemView.java104 final int heightDp = config.screenHeightDp; in shouldAllowTextWithIcon() local
106 return widthDp >= 480 || (widthDp >= 640 && heightDp >= 480) in shouldAllowTextWithIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java449 int heightDp = (int) Math.abs((y - mInitialTouchY) / displayDensity); in endMotionEvent() local
453 heightDp, velocityDp); in endMotionEvent()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1960 final int heightDp = config.screenHeightDp; in getSearchViewTextMinWidthDp() local
1962 if (widthDp >= 960 && heightDp >= 720 in getSearchViewTextMinWidthDp()
1965 } else if (widthDp >= 600 || (widthDp >= 640 && heightDp >= 480)) { in getSearchViewTextMinWidthDp()