/frameworks/base/core/java/android/util/ |
D | DisplayUtils.java | 66 if (mode.getPhysicalWidth() > maxWidth) { in getMaximumResolutionDisplayMode() 67 maxWidth = mode.getPhysicalWidth(); in getMaximumResolutionDisplayMode()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | RefreshRatePolicy.java | 146 final int pW = preferredMode.getPhysicalWidth(); in getPreferredModeId() 148 if ((pW != mDefaultMode.getPhysicalWidth() in getPreferredModeId()
|
D | DisplayContent.java | 2857 maxDisplayMode == null ? mInitialDisplayWidth : maxDisplayMode.getPhysicalWidth(), in initializeDisplayBaseInfo()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | FrameRateSelectionPriorityTests.java | 72 new Mode(1, defaultMode.getPhysicalWidth(), defaultMode.getPhysicalHeight(), 90), in setUp() 73 new Mode(2, defaultMode.getPhysicalWidth(), defaultMode.getPhysicalHeight(), 70), in setUp() 75 defaultMode.getPhysicalWidth(), defaultMode.getPhysicalHeight(), 60), in setUp()
|
D | RefreshRatePolicyTest.java | 78 defaultMode.getPhysicalWidth(), defaultMode.getPhysicalHeight(), in setUp() 81 defaultMode.getPhysicalWidth(), defaultMode.getPhysicalHeight(), in setUp() 84 defaultMode.getPhysicalWidth(), defaultMode.getPhysicalHeight(), in setUp()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayManagerShellCommand.java | 302 getOutPrintWriter().println("User preferred display mode: " + mode.getPhysicalWidth() + " " in getUserPreferredDisplayMode() 326 getOutPrintWriter().println("Boot display mode: " + mode.getPhysicalWidth() + " " in getActiveDisplayModeAtStart()
|
D | LocalDisplayAdapter.java | 685 maxDisplayMode == null ? mInfo.width : maxDisplayMode.getPhysicalWidth(); in getDisplayDeviceInfoLocked() 920 matchingSupportedMode = findMode(mode.getPhysicalWidth(), in setUserPreferredDisplayModeLocked() 1193 if (userPreferredMode.matches(supportedMode.getPhysicalWidth(), in findUserPreferredModeIdLocked() 1280 return mMode.getPhysicalWidth() == mode.width
|
D | DisplayModeDirector.java | 342 primarySummary.width = defaultMode.getPhysicalWidth(); in getDesiredDisplayModeSpecs() 468 if (mode.getPhysicalWidth() != summary.width in filterModes() 474 + ": actualWidth=" + mode.getPhysicalWidth() in filterModes() 1396 sizeVote = Vote.forSize(requestedMode.getPhysicalWidth(), in setAppRequestedModeLocked()
|
D | OverlayDisplayAdapter.java | 339 mInfo.width = mode.getPhysicalWidth(); in getDisplayDeviceInfoLocked()
|
D | DisplayManagerService.java | 950 currentMode.getPhysicalWidth(), currentMode.getPhysicalHeight(), 1720 display.getDisplayIdLocked(), systemPreferredMode.getPhysicalWidth(), 1789 : mode.getPhysicalWidth(); 2580 return mode.getPhysicalWidth() > 0 && mode.getPhysicalHeight() > 0 in isResolutionAndRefreshRateValid()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 889 return oldMode.getPhysicalWidth() != newMode.getPhysicalWidth() in displayModeChanged() 968 maxDisplayMode.getPhysicalWidth(), maxDisplayMode.getPhysicalHeight(), in getPhysicalPixelDisplaySizeRatio() 1427 + mTargetDisplayMode.getPhysicalWidth() + "x" in onPreDraw() 1443 + ", resolution " + mDisplayMode.getPhysicalWidth() + "x" in onPreDraw() 1479 Log.i(TAG, "Drawing at " + mDisplayMode.getPhysicalWidth() 1481 + displayMode.getPhysicalWidth() + "x"
|
/frameworks/base/core/java/android/view/ |
D | DisplayInfo.java | 610 defaultMode.getPhysicalWidth(), defaultMode.getPhysicalHeight(), refreshRate)) { in findDefaultModeByRefreshRate() 626 if (mode.getPhysicalWidth() == defaultMode.getPhysicalWidth() in getDefaultRefreshRates()
|
D | Display.java | 1233 Display.Mode preferredMode = new Display.Mode(mode.getPhysicalWidth(), in setUserPreferredDisplayMode() 1943 public int getPhysicalWidth() { in getPhysicalWidth() method in Display.Mode
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
D | DisplayModeDirectorTest.java | 304 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), in testFlickerHasLowerPriorityThanUserAndRangeIsSingle() 319 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), in testFlickerHasLowerPriorityThanUserAndRangeIsSingle() 334 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), in testFlickerHasLowerPriorityThanUserAndRangeIsSingle() 349 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), in testFlickerHasLowerPriorityThanUserAndRangeIsSingle() 384 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), 397 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), 410 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), 423 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), 480 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), in testAppRequestRefreshRateRange() 1224 votes.put(Vote.PRIORITY_APP_REQUEST_SIZE, Vote.forSize(appRequestedMode.getPhysicalWidth(), in testAppRequestsIsTheDefaultMode() [all …]
|
/frameworks/base/core/java/android/hardware/display/ |
D | DisplayManager.java | 1211 Display.Mode preferredMode = new Display.Mode(mode.getPhysicalWidth(), in setGlobalUserPreferredDisplayMode()
|
/frameworks/base/graphics/java/android/graphics/ |
D | HardwareRenderer.java | 1309 nInitDisplayInfo(activeMode.getPhysicalWidth(), activeMode.getPhysicalHeight(), in initDisplayInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthController.java | 566 maxDisplayMode.getPhysicalWidth(), maxDisplayMode.getPhysicalHeight(), in updateSensorLocations()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/ |
D | LocalDisplayAdapterTest.java | 1110 return a.getPhysicalWidth() == b.width && a.getPhysicalHeight() == b.height in matches()
|
/frameworks/base/services/core/java/com/android/server/stats/pull/ |
D | StatsPullAtomService.java | 4669 ? userPreferredDisplayMode.getPhysicalWidth() : -1; 4769 element.getPhysicalWidth()); 4795 int alternativeModeId = findModeId(supportedModes, mode.getPhysicalWidth(),
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 15922 HSPLandroid/view/Display$Mode;->getPhysicalWidth()I
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 15985 HSPLandroid/view/Display$Mode;->getPhysicalWidth()I
|
/frameworks/base/core/api/ |
D | current.txt | 47914 method public int getPhysicalWidth();
|