Home
last modified time | relevance | path

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

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DLogicalDisplayMapperTest.java426 final DisplayInfo displayInfoDefault = mLogicalDisplayMapper.getDisplayInfoForStateLocked( in testGetDisplayInfoForStateLocked_defaultLayout()
432 final DisplayInfo displayInfoOther = mLogicalDisplayMapper.getDisplayInfoForStateLocked( in testGetDisplayInfoForStateLocked_defaultLayout()
468 mLogicalDisplayMapper.getDisplayInfoForStateLocked( in testGetDisplayInfoForStateLocked_multipleLayouts()
476 mLogicalDisplayMapper.getDisplayInfoForStateLocked( in testGetDisplayInfoForStateLocked_multipleLayouts()
483 mLogicalDisplayMapper.getDisplayInfoForStateLocked( in testGetDisplayInfoForStateLocked_multipleLayouts()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplayMapper.java388 public DisplayInfo getDisplayInfoForStateLocked(int deviceState, int displayId) { in getDisplayInfoForStateLocked() method in LogicalDisplayMapper
DDisplayManagerService.java4789 displayInfo = mLogicalDisplayMapper.getDisplayInfoForStateLocked(state, in getPossibleDisplayInfo()