Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/mode/
DVoteSummary.java74 int lowestConsideredPriority, int highestConsideredPriority) { in applyVotes() argument
76 for (int priority = highestConsideredPriority; in applyVotes()
88 + Vote.priorityToString(highestConsideredPriority) + "]: " in applyVotes()
DDisplayModeDirector.java328 int highestConsideredPriority = Vote.MAX_PRIORITY; in getDesiredDisplayModeSpecs() local
332 highestConsideredPriority = Vote.PRIORITY_APP_REQUEST_SIZE; in getDesiredDisplayModeSpecs()
337 while (lowestConsideredPriority <= highestConsideredPriority) { in getDesiredDisplayModeSpecs()
339 votes, lowestConsideredPriority, highestConsideredPriority); in getDesiredDisplayModeSpecs()