Home
last modified time | relevance | path

Searched refs:maxAllowedWidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
DMenuPopup.java138 Context context, int maxAllowedWidth) { in measureIndividualMenuWidth() argument
162 if (itemWidth >= maxAllowedWidth) { in measureIndividualMenuWidth()
163 return maxAllowedWidth; in measureIndividualMenuWidth()
/frameworks/base/services/core/java/com/android/server/display/mode/
DVoteSummary.java360 int maxAllowedWidth = width; in updateSummaryWithBestAllowedResolution() local
366 if (mode.getPhysicalWidth() > maxAllowedWidth in updateSummaryWithBestAllowedResolution()
377 if (numberOfPixels > maxNumberOfPixels || (mode.getPhysicalWidth() == maxAllowedWidth in updateSummaryWithBestAllowedResolution()