Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DVote.java158 static Vote forSize(int width, int height) { in forSize() method in Vote
H A DDisplayModeDirector.java1313 sizeVote = Vote.forSize(requestedMode.getPhysicalWidth(), in setAppRequestedModeLocked()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DDisplayModeDirectorTest.java344 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
359 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
374 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
389 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), in testFlickerHasLowerPriorityThanUserAndRangeIsSingle()
425 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(),
440 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(),
455 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(),
470 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(),
529 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), in testAppRequestRefreshRateRange()
871 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(1920, 1080));
[all …]