Searched refs:getPhysicalWidth (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RefreshRatePolicyTest.java | 58 new Mode(1, defaultMode.getPhysicalWidth(), defaultMode.getPhysicalHeight(), 90), in setUp() 59 new Mode(2, defaultMode.getPhysicalWidth(), defaultMode.getPhysicalHeight(), 70), in setUp() 61 defaultMode.getPhysicalWidth(), defaultMode.getPhysicalHeight(), 60), in setUp()
|
/frameworks/base/core/java/android/view/ |
D | DisplayInfo.java | 501 defaultMode.getPhysicalWidth(), defaultMode.getPhysicalHeight(), refreshRate)) { in findDefaultModeByRefreshRate() 517 if (mode.getPhysicalWidth() == defaultMode.getPhysicalWidth() in getDefaultRefreshRates()
|
D | Display.java | 1419 public int getPhysicalWidth() { in getPhysicalWidth() method in Display.Mode
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayModeDirector.java | 228 primarySummary.width = defaultMode.getPhysicalWidth(); in getDesiredDisplayModeSpecs() 294 if (mode.getPhysicalWidth() != summary.width in filterModes() 300 + ": actualWidth=" + mode.getPhysicalWidth() in filterModes() 947 sizeVote = Vote.forSize(requestedMode.getPhysicalWidth(), in setAppRequestedModeLocked()
|
D | OverlayDisplayAdapter.java | 338 mInfo.width = mode.getPhysicalWidth(); in getDisplayDeviceInfoLocked()
|
D | LocalDisplayAdapter.java | 1033 return mMode.getPhysicalWidth() == config.width
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationShadeWindowController.java | 140 && mode.getPhysicalWidth() == currentMode.getPhysicalWidth() in NotificationShadeWindowController()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/config/ |
D | boot-image-profile.txt | 21118 HSPLandroid/view/Display$Mode;->getPhysicalWidth()I
|
/frameworks/base/api/ |
D | current.txt | 52253 method public int getPhysicalWidth();
|