Home
last modified time | relevance | path

Searched refs:getMaximumResolutionDisplayMode (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wrapper/
H A DDisplayUtilsWrapper.kt39 fun getMaximumResolutionDisplayMode(modes: Array<Display.Mode>?): Display.Mode? { regex
40 return DisplayUtils.getMaximumResolutionDisplayMode(modes)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/common/ui/data/repository/
H A DConfigurationRepositoryImplTest.kt179 whenever(displayUtils.getMaximumResolutionDisplayMode(any())).thenReturn(null)
184 whenever(displayUtils.getMaximumResolutionDisplayMode(any()))
/aosp14/frameworks/base/core/java/android/util/
H A DDisplayUtils.java59 public static Display.Mode getMaximumResolutionDisplayMode(Display.Mode[] modes) { in getMaximumResolutionDisplayMode() method in DisplayUtils
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/data/repository/
H A DConfigurationRepository.kt105 displayUtils.getMaximumResolutionDisplayMode(displayInfo.value.supportedModes)
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/udfps/
H A DUdfpsUtils.java43 DisplayUtils.getMaximumResolutionDisplayMode(displayInfo.supportedModes); in getScaleFactor()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java699 DisplayUtils.getMaximumResolutionDisplayMode(mInfo.supportedModes); in getDisplayDeviceInfoLocked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java1046 DisplayUtils.getMaximumResolutionDisplayMode(mDisplayInfo.supportedModes); in getPhysicalPixelDisplaySizeRatio()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java2935 DisplayUtils.getMaximumResolutionDisplayMode(mDisplayInfo.supportedModes); in initializeDisplayBaseInfo()