Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DLogicalDisplayMapperTest.java321 final DisplayInfo displayInfoDefault = mLogicalDisplayMapper.getDisplayInfoForStateLocked( in testGetDisplayInfoForStateLocked_defaultLayout()
327 final DisplayInfo displayInfoOther = mLogicalDisplayMapper.getDisplayInfoForStateLocked( in testGetDisplayInfoForStateLocked_defaultLayout()
363 mLogicalDisplayMapper.getDisplayInfoForStateLocked( in testGetDisplayInfoForStateLocked_multipleLayouts()
371 mLogicalDisplayMapper.getDisplayInfoForStateLocked( in testGetDisplayInfoForStateLocked_multipleLayouts()
378 mLogicalDisplayMapper.getDisplayInfoForStateLocked( in testGetDisplayInfoForStateLocked_multipleLayouts()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplayMapper.java357 public DisplayInfo getDisplayInfoForStateLocked(int deviceState, int displayId) { in getDisplayInfoForStateLocked() method in LogicalDisplayMapper
H A DDisplayManagerService.java4396 displayInfo = mLogicalDisplayMapper.getDisplayInfoForStateLocked(state, in getPossibleDisplayInfo()